diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-04-09 20:50:06 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-04-09 20:50:06 -0300 |
commit | d39512a35ccc0178c54dbc2517e5ae89c165dec1 (patch) | |
tree | 0ec73e5b03480fe0b3d50ade8f9de29013cc88a5 /manifests | |
parent | 9da9461c04a651d4bbd9b7d6e2400c8cc4546eb0 (diff) | |
download | puppet-mail-d39512a35ccc0178c54dbc2517e5ae89c165dec1.tar.gz puppet-mail-d39512a35ccc0178c54dbc2517e5ae89c165dec1.tar.bz2 |
Forcing directory removal at mail::web::mlmmj::disabled
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/web.pp | 1 |
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'] { |