From: Silvio Rhatto Date: Mon, 30 Aug 2010 18:35:22 +0000 (-0300) Subject: Temp comment out X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=bccce5682ca88afda52088be1d1ac46052adf320;p=puppet-mail.git Temp comment out --- diff --git a/manifests/web.pp b/manifests/web.pp index 208381a..d62cf18 100644 --- a/manifests/web.pp +++ b/manifests/web.pp @@ -54,7 +54,7 @@ class mail::web::sympa inherits websites::setup { } class mail::web::sympa::disabled inherits mail::web::sympa { - Apache::site["$sympa_subdomain"] { - ensure => absent, - } + #Apache::site["$sympa_subdomain"] { + # ensure => absent, + #} }