diff options
author | Michael Scherer <misc@mageia.org> | 2011-04-19 11:02:57 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2011-04-19 11:02:57 +0000 |
commit | bf7eb777a5179c0e918abaab0107d58f3824be0d (patch) | |
tree | cb0e4ec028d614a55155e9b4143bc6b3e412c8f2 /modules | |
parent | 2f30916195e2a0532e55e55daf809f5f03786466 (diff) | |
download | puppet-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')
-rw-r--r-- | modules/postgresql/templates/pg_hba.conf | 2 |
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 |