From 3a733d22ce414263dfaafd8a2d8bc2eed7a306fd Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Tue, 15 Feb 2011 12:35:30 +0000 Subject: add the phpbb to the acl database --- modules/postgresql/templates/pg_hba.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/postgresql') diff --git a/modules/postgresql/templates/pg_hba.conf b/modules/postgresql/templates/pg_hba.conf index 57b46162..963785f4 100644 --- a/modules/postgresql/templates/pg_hba.conf +++ b/modules/postgresql/templates/pg_hba.conf @@ -84,7 +84,7 @@ # FIXME ip v6 is hardcoded, facter do not seems to support # fetch it -db = ['epoll','mirrors','transifex','bugs','sympa'] +db = ['epoll','mirrors','transifex','bugs','sympa','phpbb'] for i in db %> host <%= i %> <%= i %> 127.0.0.1/32 md5 -- cgit v1.2.1