83 |
# maybe it would be better to move this elsehwere, I |
# maybe it would be better to move this elsehwere, I |
84 |
# am not sure ( and in any case, that's still in git ) |
# am not sure ( and in any case, that's still in git ) |
85 |
exec { "rm_install $lang": |
exec { "rm_install $lang": |
86 |
command => "rm -Rf $forums_dir/$lang/phpBB/install": |
command => "rm -Rf $forums_dir/$lang/phpBB/install", |
87 |
onlyif => "test -d $forums_dir/$lang/phpBB/install", |
onlyif => "test -d $forums_dir/$lang/phpBB/install", |
88 |
} |
} |
89 |
|
|