]> gitweb.fluxo.info Git - puppet-mail.git/commitdiff
Trying to fix definition override
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 30 Aug 2010 18:42:08 +0000 (15:42 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 30 Aug 2010 18:42:08 +0000 (15:42 -0300)
manifests/web.pp

index d62cf18a748129bdf92a44311c6ca4d2cfe6cd82..16c22976f9dce17c62e2233418254c153aa41b16 100644 (file)
@@ -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,
+  }
 }