aboutsummaryrefslogtreecommitdiffstats
path: root/modules/phpbb
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2011-02-21 15:14:50 +0000
committerMichael Scherer <misc@mageia.org>2011-02-21 15:14:50 +0000
commitfae5291173019477eb530eacdff27b64e9216b8a (patch)
tree2e96f3c5567039a6c27f31c60f1302da5c1188ac /modules/phpbb
parent5eedf6d310d919488a3dd6046d465dd30c85ae16 (diff)
downloadpuppet-fae5291173019477eb530eacdff27b64e9216b8a.tar
puppet-fae5291173019477eb530eacdff27b64e9216b8a.tar.gz
puppet-fae5291173019477eb530eacdff27b64e9216b8a.tar.bz2
puppet-fae5291173019477eb530eacdff27b64e9216b8a.tar.xz
puppet-fae5291173019477eb530eacdff27b64e9216b8a.zip
fix name of the upper module
Diffstat (limited to 'modules/phpbb')
-rw-r--r--modules/phpbb/manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
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",