diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-08-30 18:23:02 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-08-30 18:23:02 -0300 |
commit | b06d73986ce2f43094b32e5e804ad36e29490b00 (patch) | |
tree | df6ce978fd05bd8a3924cc9793cb3afc9018e94c /manifests | |
parent | 677da0ac5d95be53cccd80fa2098e6436e1dbe5f (diff) | |
download | puppet-mail-b06d73986ce2f43094b32e5e804ad36e29490b00.tar.gz puppet-mail-b06d73986ce2f43094b32e5e804ad36e29490b00.tar.bz2 |
Fix at mail::web::sympa::disabled
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/web.pp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/manifests/web.pp b/manifests/web.pp index 16c2297..3e0b9f1 100644 --- a/manifests/web.pp +++ b/manifests/web.pp @@ -57,4 +57,8 @@ class mail::web::sympa::disabled inherits mail::web::sympa { Apache::Site["$sympa_subdomain"] { ensure => absent, } + + File["${apache_www_folder}/${sympa_subdomain}/wwsympa.fcgi"] { + require => undef, + } } |