diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-08-30 15:35:22 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-08-30 15:35:22 -0300 |
commit | bccce5682ca88afda52088be1d1ac46052adf320 (patch) | |
tree | da08052cd2c051ae1e9d8af7b899b7d7e08cd215 | |
parent | bd9b8d57318420db58d9042e88d08a24a8b7691b (diff) | |
download | puppet-mail-bccce5682ca88afda52088be1d1ac46052adf320.tar.gz puppet-mail-bccce5682ca88afda52088be1d1ac46052adf320.tar.bz2 |
Temp comment out
-rw-r--r-- | manifests/web.pp | 6 |
1 files changed, 3 insertions, 3 deletions
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, + #} } |