aboutsummaryrefslogtreecommitdiffstats
path: root/modules/postgresql/templates
diff options
context:
space:
mode:
authorOlivier Thauvin <nanardon@mageia.org>2010-10-29 01:12:24 +0000
committerOlivier Thauvin <nanardon@mageia.org>2010-10-29 01:12:24 +0000
commitcdf46155b43440bac94bc4cd4a28965d9bf928ed (patch)
tree6edb9f2d38218d3ba3031290b4703aa1eb6ea420 /modules/postgresql/templates
parent95e87fa9448d4806ba4fc5341ffbbf21e06ef092 (diff)
downloadpuppet-cdf46155b43440bac94bc4cd4a28965d9bf928ed.tar
puppet-cdf46155b43440bac94bc4cd4a28965d9bf928ed.tar.gz
puppet-cdf46155b43440bac94bc4cd4a28965d9bf928ed.tar.bz2
puppet-cdf46155b43440bac94bc4cd4a28965d9bf928ed.tar.xz
puppet-cdf46155b43440bac94bc4cd4a28965d9bf928ed.zip
- allow epoll user to connect locally to epoll db
Diffstat (limited to 'modules/postgresql/templates')
-rw-r--r--modules/postgresql/templates/pg_hba.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/postgresql/templates/pg_hba.conf b/modules/postgresql/templates/pg_hba.conf
index 36d9004e..2367bacd 100644
--- a/modules/postgresql/templates/pg_hba.conf
+++ b/modules/postgresql/templates/pg_hba.conf
@@ -76,6 +76,10 @@
# TYPE DATABASE USER CIDR-ADDRESS METHOD
+# Nanar:
+# This bypass global config for specific user/base
+host epoll epoll 127.0.0.1/32 md5
+
# "local" is for Unix domain socket connections only
local all all ident
# IPv4 local connections: