Revision
343
Author
dmorgan
Date
2010-11-20 22:46:54 +0100 (Sat, 20 Nov 2010)

Log Message

Add comment about previous commit

Modified Paths

Modified: puppet/modules/postgresql/templates/pg_hba.conf
===================================================================
--- puppet/modules/postgresql/templates/pg_hba.conf	2010-11-20 18:02:18 UTC (rev 342)
+++ puppet/modules/postgresql/templates/pg_hba.conf	2010-11-20 21:46:54 UTC (rev 343)
@@ -100,6 +100,8 @@
 hostssl   bugs             bugs            212.85.158.146/32       md5
 hostssl   bugs             bugs            2a02:2178:2:7::2/128    md5
 
+# When creating the database ( with bin/checkstup.pl ) bugzilla need to 
+# access to template1 ( https://bugzilla.mozilla.org/show_bug.cgi?id=542507 )
 host      template1        bugs            127.0.0.1/32            md5
 host      template1        bugs            ::1/128                 md5
 hostssl   template1        bugs            212.85.158.146/32       md5