class mail::sympa::web::disabled inherits mail::web::sympa { Apache::Site["$sympa_subdomain"] { ensure => absent, } File["${apache::www_folder}/${sympa_subdomain}/wwsympa.fcgi"] { require => undef, } }