Revision
210
Author
dmorgan
Date
2010-11-09 00:18:50 +0100 (Tue, 09 Nov 2010)

Log Message

Add sympa to pgsql

Modified Paths

Modified: puppet/modules/postgresql/templates/pg_hba.conf
===================================================================
--- puppet/modules/postgresql/templates/pg_hba.conf	2010-11-08 23:01:23 UTC (rev 209)
+++ puppet/modules/postgresql/templates/pg_hba.conf	2010-11-08 23:18:50 UTC (rev 210)
@@ -100,6 +100,11 @@
 hostssl   bugs             bugs            212.85.158.146/32       md5
 hostssl   bugs             bugs            2a02:2178:2:7::2/128    md5
 
+host      sympa            sympa           127.0.0.1/32            md5
+host      sympa            sympa           ::1/128                 md5
+hostssl   sympa            sympa           212.85.158.146/32       md5
+hostssl   sympa            sympa           2a02:2178:2:7::2/128    md5
+
 # "local" is for Unix domain socket connections only
 local   all             all                                     ident map=local
 # IPv4 local connections: