Revision
109
Author
nanardon
Date
2010-11-04 19:57:15 +0100 (Thu, 04 Nov 2010)

Log Message

- allow mirrors user to connect to db

Modified Paths

Modified: puppet/modules/postgresql/templates/pg_hba.conf
===================================================================
--- puppet/modules/postgresql/templates/pg_hba.conf	2010-11-04 18:57:12 UTC (rev 108)
+++ puppet/modules/postgresql/templates/pg_hba.conf	2010-11-04 18:57:15 UTC (rev 109)
@@ -79,6 +79,7 @@
 # Nanar:
 # This bypass global config for specific user/base
 host   epoll            epoll           127.0.0.1/32            md5
+host   mirrors          mirrors         127.0.0.1/32            md5
 
 # "local" is for Unix domain socket connections only
 local   all             all                                     ident