diff options
author | Michael Scherer <misc@mageia.org> | 2011-02-21 15:14:48 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2011-02-21 15:14:48 +0000 |
commit | 8c1a364046b97dca41dc2d56693cec11bce51ade (patch) | |
tree | 46ef04dd10f584c1985bdbc4519cd755a756d0c5 /modules/phpbb | |
parent | 3c1f5f930fd12c5fd6237251d4c7d1118ee64539 (diff) | |
download | puppet-8c1a364046b97dca41dc2d56693cec11bce51ade.tar puppet-8c1a364046b97dca41dc2d56693cec11bce51ade.tar.gz puppet-8c1a364046b97dca41dc2d56693cec11bce51ade.tar.bz2 puppet-8c1a364046b97dca41dc2d56693cec11bce51ade.tar.xz puppet-8c1a364046b97dca41dc2d56693cec11bce51ade.zip |
use the name for local
Diffstat (limited to 'modules/phpbb')
-rw-r--r-- | modules/phpbb/manifests/init.pp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/phpbb/manifests/init.pp b/modules/phpbb/manifests/init.pp index 3cba5496..22c18ccb 100644 --- a/modules/phpbb/manifests/init.pp +++ b/modules/phpbb/manifests/init.pp @@ -47,7 +47,8 @@ class phpbb { } } - define php_instance($lang) { + define php_instance() { + $lang = $name $database = "${db}_$lang" include git::client |