summaryrefslogtreecommitdiff
path: root/manifests/web.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-08-30 15:42:08 -0300
committerSilvio Rhatto <rhatto@riseup.net>2010-08-30 15:42:08 -0300
commit30baeb79ccbb1cbd247f207c6642076250b20efa (patch)
tree374e020b6ec5293253f5fa1d1feb534372fe6158 /manifests/web.pp
parentbccce5682ca88afda52088be1d1ac46052adf320 (diff)
downloadpuppet-mail-30baeb79ccbb1cbd247f207c6642076250b20efa.tar.gz
puppet-mail-30baeb79ccbb1cbd247f207c6642076250b20efa.tar.bz2
Trying to fix definition override
Diffstat (limited to 'manifests/web.pp')
-rw-r--r--manifests/web.pp6
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,
+ }
}