2013-05-20 18:54:13 +02:00
|
|
|
# debian has some issues with absent
|
2013-05-20 22:21:06 +02:00
|
|
|
# init scripts.
|
|
|
|
# It's a bug in debian's provider that should be fixed in puppet, but in the
|
|
|
|
# meantime we need this hack.
|
|
|
|
#
|
|
|
|
# see: https://projects.puppetlabs.com/issues/9381
|
2013-05-20 18:54:13 +02:00
|
|
|
class postfix::disable::debian inherits postfix::disable::base {
|
|
|
|
Service['postfix']{
|
|
|
|
hasstatus => false,
|
|
|
|
}
|
|
|
|
}
|