From: Silvio Rhatto Date: Tue, 22 Jan 2013 18:48:12 +0000 (-0200) Subject: Fix class inheritance X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=298d24e475bf9d95f1cb3e7c622dd0fe6138ed02;p=puppet-mail.git Fix class inheritance --- diff --git a/manifests/mlmmj/web/disabled.pp b/manifests/mlmmj/web/disabled.pp index bf29d7b..90e78b2 100644 --- a/manifests/mlmmj/web/disabled.pp +++ b/manifests/mlmmj/web/disabled.pp @@ -1,4 +1,4 @@ -class mail::mlmmj::web::disabled inherits mail::web::mlmmj { +class mail::mlmmj::web::disabled inherits mail::mlmmj::web { Apache::Site["$mlmmj_subdomain"] { ensure => absent, }