setting package correctly to absent
This commit is contained in:
parent
ccb7492f8b
commit
04e63d3abc
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ class postfix::disable {
|
|||
enable => false,
|
||||
}
|
||||
package{'postfix':
|
||||
ensure => removed,
|
||||
ensure => absent,
|
||||
require => Service['postfix'],
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue