aboutsummaryrefslogtreecommitdiffstats
path: root/modules/phpbb/manifests
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2011-02-22 01:20:43 +0000
committerMichael Scherer <misc@mageia.org>2011-02-22 01:20:43 +0000
commit55a8c0cbe013d4999fcd01cef46d67c615b8225e (patch)
tree7fa9c62234bdd8ffd7b9fae7d75300bc741455d9 /modules/phpbb/manifests
parente34aabe16ae45d884273a3c96d777b89cf307ba4 (diff)
downloadpuppet-55a8c0cbe013d4999fcd01cef46d67c615b8225e.tar
puppet-55a8c0cbe013d4999fcd01cef46d67c615b8225e.tar.gz
puppet-55a8c0cbe013d4999fcd01cef46d67c615b8225e.tar.bz2
puppet-55a8c0cbe013d4999fcd01cef46d67c615b8225e.tar.xz
puppet-55a8c0cbe013d4999fcd01cef46d67c615b8225e.zip
- fix call to notify
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' )