From 30baeb79ccbb1cbd247f207c6642076250b20efa Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 30 Aug 2010 15:42:08 -0300 Subject: Trying to fix definition override --- manifests/web.pp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'manifests/web.pp') 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, + } } -- cgit v1.2.3