From daa02cab8c229a15bc9295dd8f744a7dbaca33e5 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Tue, 19 Apr 2011 12:46:36 +0000 Subject: also define default lang value for installation of a forum --- modules/phpbb/manifests/init.pp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'modules/phpbb') diff --git a/modules/phpbb/manifests/init.pp b/modules/phpbb/manifests/init.pp index 824c19c0..8f4ef4d9 100644 --- a/modules/phpbb/manifests/init.pp +++ b/modules/phpbb/manifests/init.pp @@ -210,6 +210,13 @@ class phpbb { value => "forums.$domain", } + phpbb_config { "default_lang/$lang": + database => $database, + key => "default_lang", + value => $lang, + } + + } } -- cgit v1.2.1