aboutsummaryrefslogtreecommitdiffstats
path: root/modules/postgresql/templates
diff options
context:
space:
mode:
authorOlivier Thauvin <nanardon@mageia.org>2010-11-04 18:57:15 +0000
committerOlivier Thauvin <nanardon@mageia.org>2010-11-04 18:57:15 +0000
commit19b97db934afc1f58a05ab109c2d494846dc7137 (patch)
tree16f62e5e0ce6af9c520cf8bfb820de82ddacc846 /modules/postgresql/templates
parentf0112bcd81528aede40299dcfd596fcd11525956 (diff)
downloadpuppet-19b97db934afc1f58a05ab109c2d494846dc7137.tar
puppet-19b97db934afc1f58a05ab109c2d494846dc7137.tar.gz
puppet-19b97db934afc1f58a05ab109c2d494846dc7137.tar.bz2
puppet-19b97db934afc1f58a05ab109c2d494846dc7137.tar.xz
puppet-19b97db934afc1f58a05ab109c2d494846dc7137.zip
- allow mirrors user to connect to db
Diffstat (limited to 'modules/postgresql/templates')
-rw-r--r--modules/postgresql/templates/pg_hba.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/postgresql/templates/pg_hba.conf b/modules/postgresql/templates/pg_hba.conf
index 2367bacd..e16e51f5 100644
--- a/modules/postgresql/templates/pg_hba.conf
+++ b/modules/postgresql/templates/pg_hba.conf
@@ -79,6 +79,7 @@
# Nanar:
# This bypass global config for specific user/base
host epoll epoll 127.0.0.1/32 md5
+host mirrors mirrors 127.0.0.1/32 md5
# "local" is for Unix domain socket connections only
local all all ident