summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2012-04-09 20:50:06 -0300
committerSilvio Rhatto <rhatto@riseup.net>2012-04-09 20:50:06 -0300
commitd39512a35ccc0178c54dbc2517e5ae89c165dec1 (patch)
tree0ec73e5b03480fe0b3d50ade8f9de29013cc88a5
parent9da9461c04a651d4bbd9b7d6e2400c8cc4546eb0 (diff)
downloadpuppet-mail-d39512a35ccc0178c54dbc2517e5ae89c165dec1.tar.gz
puppet-mail-d39512a35ccc0178c54dbc2517e5ae89c165dec1.tar.bz2
Forcing directory removal at mail::web::mlmmj::disabled
-rw-r--r--manifests/web.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/web.pp b/manifests/web.pp
index 552ec09..e66035e 100644
--- a/manifests/web.pp
+++ b/manifests/web.pp
@@ -131,6 +131,7 @@ class mail::web::mlmmj::disabled inherits mail::web::mlmmj {
File['/etc/mlmmj-php-web-admin'] {
ensure => absent,
+ force => true,
}
File['/etc/mlmmj-php-web-admin/htpasswd'] {