Revision
64
Author
nanardon
Date
2010-10-29 03:12:24 +0200 (Fri, 29 Oct 2010)

Log Message

- allow epoll user to connect locally to epoll db

Modified Paths

Diff

Modified: puppet/modules/postgresql/templates/pg_hba.conf (63 => 64)


--- 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: