aboutsummaryrefslogtreecommitdiffstats
path: root/modules/postgresql/templates
diff options
context:
space:
mode:
authorDexter Morgan <dmorgan@mageia.org>2010-11-20 21:46:54 +0000
committerDexter Morgan <dmorgan@mageia.org>2010-11-20 21:46:54 +0000
commit7792fe54a1e32064e9b821dd8dbc195db51dfbb0 (patch)
tree34ebb55254182dd354740e83a1950e1c36ce5312 /modules/postgresql/templates
parentf89f7059fbe53d3aba1d3e89949bee3033492f0c (diff)
downloadpuppet-7792fe54a1e32064e9b821dd8dbc195db51dfbb0.tar
puppet-7792fe54a1e32064e9b821dd8dbc195db51dfbb0.tar.gz
puppet-7792fe54a1e32064e9b821dd8dbc195db51dfbb0.tar.bz2
puppet-7792fe54a1e32064e9b821dd8dbc195db51dfbb0.tar.xz
puppet-7792fe54a1e32064e9b821dd8dbc195db51dfbb0.zip
Add comment about previous commit
Diffstat (limited to 'modules/postgresql/templates')
-rw-r--r--modules/postgresql/templates/pg_hba.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/postgresql/templates/pg_hba.conf b/modules/postgresql/templates/pg_hba.conf
index 64bca4b2..4dd9906c 100644
--- a/modules/postgresql/templates/pg_hba.conf
+++ b/modules/postgresql/templates/pg_hba.conf
@@ -100,6 +100,8 @@ host bugs bugs ::1/128 md5
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