diff options
author | Michael Scherer <misc@mageia.org> | 2011-02-22 01:17:31 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2011-02-22 01:17:31 +0000 |
commit | e34aabe16ae45d884273a3c96d777b89cf307ba4 (patch) | |
tree | 79c3edecb5f31c0f066dcac1fd87e5fb6249d2fa /modules/phpbb | |
parent | 67a34acd0126f185c93c67385c13b83cd88a8471 (diff) | |
download | puppet-e34aabe16ae45d884273a3c96d777b89cf307ba4.tar puppet-e34aabe16ae45d884273a3c96d777b89cf307ba4.tar.gz puppet-e34aabe16ae45d884273a3c96d777b89cf307ba4.tar.bz2 puppet-e34aabe16ae45d884273a3c96d777b89cf307ba4.tar.xz puppet-e34aabe16ae45d884273a3c96d777b89cf307ba4.zip |
- fix manifests
Diffstat (limited to 'modules/phpbb')
-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 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", } |