diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/phpbb/manifests/init.pp | 2 |
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' ) |