From: mh Date: Thu, 16 Feb 2012 17:05:56 +0000 (+0100) Subject: setting package correctly to absent X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=04e63d3abcdf608dc3efd8a9a20bb35d46bf46c5;p=puppet-postfix.git setting package correctly to absent --- diff --git a/manifests/disable.pp b/manifests/disable.pp index fde3984..f41e03c 100644 --- a/manifests/disable.pp +++ b/manifests/disable.pp @@ -5,7 +5,7 @@ class postfix::disable { enable => false, } package{'postfix': - ensure => removed, + ensure => absent, require => Service['postfix'], }