From 1ac0e60bf7d1d1db25e0ae4facc98965f2484e31 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Thu, 15 Mar 2012 15:56:31 +0000 Subject: fix scoping, as it fail on friteuse otherwise --- modules/phpbb/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/phpbb') diff --git a/modules/phpbb/manifests/init.pp b/modules/phpbb/manifests/init.pp index 90fb32be..c170f5c5 100644 --- a/modules/phpbb/manifests/init.pp +++ b/modules/phpbb/manifests/init.pp @@ -137,7 +137,7 @@ class phpbb { user => $user, } - Phpbb_config { + Phpbb::Phpbb_config { database => $database, } -- cgit v1.2.1