- allow epoll user to connect locally to epoll db
--- puppet/modules/postgresql/templates/pg_hba.conf 2010-10-29 01:05:58 UTC (rev 63)
+++ puppet/modules/postgresql/templates/pg_hba.conf 2010-10-29 01:12:24 UTC (rev 64)
@@ -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: