aboutsummaryrefslogtreecommitdiffstats
path: root/modules/phpbb
diff options
context:
space:
mode:
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 bb5aeea9..6cada828 100644
--- a/modules/phpbb/manifests/init.pp
+++ b/modules/phpbb/manifests/init.pp
@@ -83,7 +83,7 @@ class phpbb {
# maybe it would be better to move this elsehwere, I
# am not sure ( and in any case, that's still in git )
exec { "rm_install $lang":
- command => "rm -Rf $forums_dir/$lang/phpBB/install":
+ command => "rm -Rf $forums_dir/$lang/phpBB/install",
onlyif => "test -d $forums_dir/$lang/phpBB/install",
}