summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2012-02-16 18:05:56 +0100
committerMicah Anderson <micah@riseup.net>2013-04-23 15:25:11 -0400
commit04e63d3abcdf608dc3efd8a9a20bb35d46bf46c5 (patch)
treefb16162dd832528ac28fbb5f1f778e80c684d2a5
parentccb7492f8b5dd63bf683583e6a2d84a0a5fb0617 (diff)
setting package correctly to absent
-rw-r--r--manifests/disable.pp2
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'],
}