summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'manifests')
-rw-r--r--manifests/web.pp4
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,
+ }
}