Revision
342
Author
dmorgan
Date
2010-11-20 19:02:18 +0100 (Sat, 20 Nov 2010)

Log Message

Allow user bugs to access template1 database

Modified Paths

Modified: puppet/modules/postgresql/templates/pg_hba.conf
===================================================================
--- puppet/modules/postgresql/templates/pg_hba.conf	2010-11-20 12:40:00 UTC (rev 341)
+++ puppet/modules/postgresql/templates/pg_hba.conf	2010-11-20 18:02:18 UTC (rev 342)
@@ -100,6 +100,11 @@
 hostssl   bugs             bugs            212.85.158.146/32       md5
 hostssl   bugs             bugs            2a02:2178:2:7::2/128    md5
 
+host      template1        bugs            127.0.0.1/32            md5
+host      template1        bugs            ::1/128                 md5
+hostssl   template1        bugs            212.85.158.146/32       md5
+hostssl   template1        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