From b355c3df4502a623ef755d87c9beb756d5522b52 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Mon, 21 Feb 2011 19:07:26 +0000 Subject: - fix order of include ( this should not matter, except in this specific case ) --- modules/phpbb/manifests/init.pp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'modules') diff --git a/modules/phpbb/manifests/init.pp b/modules/phpbb/manifests/init.pp index 0675ca15..5d4ab075 100644 --- a/modules/phpbb/manifests/init.pp +++ b/modules/phpbb/manifests/init.pp @@ -55,15 +55,16 @@ class phpbb { # TODO find a way to avoid all the phpbb::base prefix define instance() { + include phpbb::base + $lang = $name $database = "${phpbb::base::db}_$lang" - include git::client - include phpbb::base $user = $phpbb::base::user $pgsql_password = $phpbb::base::pgsql_password $forums_dir = $phpbb::base::forums_dir + include git::client # TODO manage the permission of the various subdirectory exec { "git clone git://git.$domain/forum/ $lang": cwd => $forums_dir, -- cgit v1.2.1