aboutsummaryrefslogtreecommitdiffstats
path: root/modules/postgresql/templates
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2011-04-19 11:02:57 +0000
committerMichael Scherer <misc@mageia.org>2011-04-19 11:02:57 +0000
commitbf7eb777a5179c0e918abaab0107d58f3824be0d (patch)
treecb0e4ec028d614a55155e9b4143bc6b3e412c8f2 /modules/postgresql/templates
parent2f30916195e2a0532e55e55daf809f5f03786466 (diff)
downloadpuppet-bf7eb777a5179c0e918abaab0107d58f3824be0d.tar
puppet-bf7eb777a5179c0e918abaab0107d58f3824be0d.tar.gz
puppet-bf7eb777a5179c0e918abaab0107d58f3824be0d.tar.bz2
puppet-bf7eb777a5179c0e918abaab0107d58f3824be0d.tar.xz
puppet-bf7eb777a5179c0e918abaab0107d58f3824be0d.zip
add german db declaration to postgresql acl
Diffstat (limited to 'modules/postgresql/templates')
-rw-r--r--modules/postgresql/templates/pg_hba.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/postgresql/templates/pg_hba.conf b/modules/postgresql/templates/pg_hba.conf
index bfc86c12..8280584f 100644
--- a/modules/postgresql/templates/pg_hba.conf
+++ b/modules/postgresql/templates/pg_hba.conf
@@ -95,7 +95,7 @@ end
%>
<%
-lang = ['en']
+lang = ['en','de']
for l in lang
%>
host phpbb_<%= l %> phpbb 127.0.0.1/32 md5