aboutsummaryrefslogtreecommitdiffstats
path: root/modules/postgresql/templates
diff options
context:
space:
mode:
authorDexter Morgan <dmorgan@mageia.org>2010-11-20 18:02:18 +0000
committerDexter Morgan <dmorgan@mageia.org>2010-11-20 18:02:18 +0000
commitf89f7059fbe53d3aba1d3e89949bee3033492f0c (patch)
tree68d2872952b27988a8baeeea719250211fea732d /modules/postgresql/templates
parente8f110eec4a65dc8dee88dfcd0b06d9a3fba3956 (diff)
downloadpuppet-f89f7059fbe53d3aba1d3e89949bee3033492f0c.tar
puppet-f89f7059fbe53d3aba1d3e89949bee3033492f0c.tar.gz
puppet-f89f7059fbe53d3aba1d3e89949bee3033492f0c.tar.bz2
puppet-f89f7059fbe53d3aba1d3e89949bee3033492f0c.tar.xz
puppet-f89f7059fbe53d3aba1d3e89949bee3033492f0c.zip
Allow user bugs to access template1 database
Diffstat (limited to 'modules/postgresql/templates')
-rw-r--r--modules/postgresql/templates/pg_hba.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/postgresql/templates/pg_hba.conf b/modules/postgresql/templates/pg_hba.conf
index f4c6dac6..64bca4b2 100644
--- a/modules/postgresql/templates/pg_hba.conf
+++ b/modules/postgresql/templates/pg_hba.conf
@@ -100,6 +100,11 @@ 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
+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