summaryrefslogtreecommitdiff
path: root/manifests/sympa/web/disabled.pp
blob: 1d346415086a92f6618a2cbbaa3a7d0e08eafa1f (plain)
1
2
3
4
5
6
7
8
9
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,
  }
}