diff options
author | Michael Scherer <misc@mageia.org> | 2011-02-22 01:20:43 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2011-02-22 01:20:43 +0000 |
commit | 55a8c0cbe013d4999fcd01cef46d67c615b8225e (patch) | |
tree | 7fa9c62234bdd8ffd7b9fae7d75300bc741455d9 /modules | |
parent | e34aabe16ae45d884273a3c96d777b89cf307ba4 (diff) | |
download | puppet-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')
-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' ) |