diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-08-30 15:42:08 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-08-30 15:42:08 -0300 |
commit | 30baeb79ccbb1cbd247f207c6642076250b20efa (patch) | |
tree | 374e020b6ec5293253f5fa1d1feb534372fe6158 /manifests | |
parent | bccce5682ca88afda52088be1d1ac46052adf320 (diff) | |
download | puppet-mail-30baeb79ccbb1cbd247f207c6642076250b20efa.tar.gz puppet-mail-30baeb79ccbb1cbd247f207c6642076250b20efa.tar.bz2 |
Trying to fix definition override
Diffstat (limited to 'manifests')
-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 d62cf18..16c2297 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, + } } |