--- puppet/modules/phpbb/manifests/init.pp 2011/02/21 15:14:49 1149 +++ puppet/modules/phpbb/manifests/init.pp 2011/02/21 15:14:50 1150 @@ -52,6 +52,7 @@ $database = "${db}_$lang" include git::client + include phpbb::base exec { "git clone git://git.$domain/forum/ $lang": cwd => $forums_dir, @@ -66,7 +67,6 @@ content => template("phpbb/config.php"), } - include php::base @@postgresql::database { $database: description => "Phpbb database",