aboutsummaryrefslogtreecommitdiffstats
path: root/modules/postgresql
diff options
context:
space:
mode:
authorOlivier Thauvin <nanardon@mageia.org>2010-11-04 23:19:31 +0000
committerOlivier Thauvin <nanardon@mageia.org>2010-11-04 23:19:31 +0000
commit665f38c5bb0697389e638ef3d78e2ce6e6b6e37f (patch)
tree8fd4651c88451cf72759a69c125391d4e1f2a25a /modules/postgresql
parent5bf03cdde54508dad147d71da390ada67668714b (diff)
downloadpuppet-665f38c5bb0697389e638ef3d78e2ce6e6b6e37f.tar
puppet-665f38c5bb0697389e638ef3d78e2ce6e6b6e37f.tar.gz
puppet-665f38c5bb0697389e638ef3d78e2ce6e6b6e37f.tar.bz2
puppet-665f38c5bb0697389e638ef3d78e2ce6e6b6e37f.tar.xz
puppet-665f38c5bb0697389e638ef3d78e2ce6e6b6e37f.zip
- allow postgres connection using IPv6
Diffstat (limited to 'modules/postgresql')
-rw-r--r--modules/postgresql/templates/pg_hba.conf6
1 files changed, 4 insertions, 2 deletions
diff --git a/modules/postgresql/templates/pg_hba.conf b/modules/postgresql/templates/pg_hba.conf
index 5cfe7b54..3ce9f367 100644
--- a/modules/postgresql/templates/pg_hba.conf
+++ b/modules/postgresql/templates/pg_hba.conf
@@ -79,9 +79,11 @@
# Nanar:
# This bypass global config for specific user/base
host epoll epoll 127.0.0.1/32 md5
-host epoll epoll 212.85.158.146/32 md5
+host epoll epoll 212.85.158.146/32 md5
+host epoll epoll 2a02:2178:2:7::2/128 md5
host mirrors mirrors 127.0.0.1/32 md5
-host mirrors mirrors 212.85.158.146/32 md5
+host mirrors mirrors 212.85.158.146/32 md5
+host mirrors mirrors 2a02:2178:2:7::2/128 md5
# "local" is for Unix domain socket connections only
local all all ident