From d16c5720026ed9e8ce08b2760c02074e388c3042 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Mon, 21 Feb 2011 15:14:54 +0000 Subject: since phpbb::instance is outside of phpbb::base, the variables are no longer in the scope ( TODO find a cleaner way, I am too sick for this now ) --- modules/phpbb/manifests/init.pp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules/phpbb/manifests') diff --git a/modules/phpbb/manifests/init.pp b/modules/phpbb/manifests/init.pp index d35056b9..3aa63d96 100644 --- a/modules/phpbb/manifests/init.pp +++ b/modules/phpbb/manifests/init.pp @@ -58,6 +58,9 @@ class phpbb { include git::client include phpbb::base + $user = $phpbb::base::user + $pgsql_password = $phpbb::base::pgsql_password + $forums_dir = $phpbb::base::forums_dir exec { "git clone git://git.$domain/forum/ $lang": cwd => $forums_dir, -- cgit v1.2.1