setting package correctly to absent

This commit is contained in:
mh 2012-02-16 18:05:56 +01:00 committed by Micah Anderson
parent ccb7492f8b
commit 04e63d3abc

View file

@ -5,7 +5,7 @@ class postfix::disable {
enable => false,
}
package{'postfix':
ensure => removed,
ensure => absent,
require => Service['postfix'],
}