aboutsummaryrefslogtreecommitdiffstats
path: root/modules/phpbb/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'modules/phpbb/manifests')
-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 6cada828..67251763 100644
--- a/modules/phpbb/manifests/init.pp
+++ b/modules/phpbb/manifests/init.pp
@@ -76,7 +76,7 @@ class phpbb {
cwd => $forums_dir,
creates => "$forums_dir/$lang",
require => File["$forums_dir"],
- notify => "rm_install $lang",
+ notify => Exec["rm_install $lang"],
}
# remove this or the forum will not work ( 'board disabled' )