From fae5291173019477eb530eacdff27b64e9216b8a Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Mon, 21 Feb 2011 15:14:50 +0000 Subject: fix name of the upper module --- 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 a28e61b7..ea65e917 100644 --- a/modules/phpbb/manifests/init.pp +++ b/modules/phpbb/manifests/init.pp @@ -52,6 +52,7 @@ class phpbb { $database = "${db}_$lang" include git::client + include phpbb::base exec { "git clone git://git.$domain/forum/ $lang": cwd => $forums_dir, @@ -66,7 +67,6 @@ class phpbb { content => template("phpbb/config.php"), } - include php::base @@postgresql::database { $database: description => "Phpbb database", -- cgit v1.2.1