From 8c1a364046b97dca41dc2d56693cec11bce51ade Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Mon, 21 Feb 2011 15:14:48 +0000 Subject: use the name for local --- modules/phpbb/manifests/init.pp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules') 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 -- cgit v1.2.1