diff options
| author | mh <mh@immerda.ch> | 2012-02-16 18:05:56 +0100 | 
|---|---|---|
| committer | Micah Anderson <micah@riseup.net> | 2013-04-23 15:25:11 -0400 | 
| commit | 04e63d3abcdf608dc3efd8a9a20bb35d46bf46c5 (patch) | |
| tree | fb16162dd832528ac28fbb5f1f778e80c684d2a5 /manifests/disable.pp | |
| parent | ccb7492f8b5dd63bf683583e6a2d84a0a5fb0617 (diff) | |
| download | puppet-postfix-04e63d3abcdf608dc3efd8a9a20bb35d46bf46c5.tar.gz puppet-postfix-04e63d3abcdf608dc3efd8a9a20bb35d46bf46c5.tar.bz2 | |
setting package correctly to absent
Diffstat (limited to 'manifests/disable.pp')
| -rw-r--r-- | manifests/disable.pp | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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'],    } | 
