aboutsummaryrefslogtreecommitdiffstats
path: root/modules/postgresql/templates
diff options
context:
space:
mode:
authorDexter Morgan <dmorgan@mageia.org>2010-11-08 23:18:50 +0000
committerDexter Morgan <dmorgan@mageia.org>2010-11-08 23:18:50 +0000
commit7ba592da5d4e65417e328ec8e12267a5aad58435 (patch)
tree63ab7c31d490d53eb59e592272d471bbb3762972 /modules/postgresql/templates
parentf1cd9b788fc902fd5719d719513e27bee5582ce1 (diff)
downloadpuppet-7ba592da5d4e65417e328ec8e12267a5aad58435.tar
puppet-7ba592da5d4e65417e328ec8e12267a5aad58435.tar.gz
puppet-7ba592da5d4e65417e328ec8e12267a5aad58435.tar.bz2
puppet-7ba592da5d4e65417e328ec8e12267a5aad58435.tar.xz
puppet-7ba592da5d4e65417e328ec8e12267a5aad58435.zip
Add sympa to pgsql
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 3f8a89c3..f4c6dac6 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 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: