Revision
112
Author
nanardon
Date
2010-11-04 23:51:36 +0100 (Thu, 04 Nov 2010)

Log Message

- also allow connection using main interface

Modified Paths

Modified: puppet/modules/postgresql/templates/pg_hba.conf
===================================================================
--- puppet/modules/postgresql/templates/pg_hba.conf	2010-11-04 20:38:09 UTC (rev 111)
+++ puppet/modules/postgresql/templates/pg_hba.conf	2010-11-04 22:51:36 UTC (rev 112)
@@ -79,7 +79,9 @@
 # Nanar:
 # This bypass global config for specific user/base
 host   epoll            epoll           127.0.0.1/32            md5
+host   epoll            epoll           212.85.158.146/32            md5
 host   mirrors          mirrors         127.0.0.1/32            md5
+host   mirrors          mirrors         212.85.158.146/32            md5
 
 # "local" is for Unix domain socket connections only
 local   all             all                                     ident