aboutsummaryrefslogtreecommitdiff
path: root/manifests/disable/debian.pp
blob: dc48578a12c2c8ec7cf1cfae5e25bb954915be19 (plain)
1
2
3
4
5
6
7
# debian has some issues with absent
# init scripts
class postfix::disable::debian inherits postfix::disable::base {
  Service['postfix']{
    hasstatus => false,
  }
}