From beb9ced0191a9c6804332bd741ba30d4eee0040a Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 22 Jan 2013 14:56:59 -0200 Subject: Major refactor --- manifests/sympa/web/disabled.pp | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 manifests/sympa/web/disabled.pp (limited to 'manifests/sympa/web') diff --git a/manifests/sympa/web/disabled.pp b/manifests/sympa/web/disabled.pp new file mode 100644 index 0000000..1d34641 --- /dev/null +++ b/manifests/sympa/web/disabled.pp @@ -0,0 +1,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, + } +} -- cgit v1.2.3