aboutsummaryrefslogtreecommitdiff
path: root/manifests/disable/debian.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/disable/debian.pp')
-rw-r--r--manifests/disable/debian.pp7
1 files changed, 7 insertions, 0 deletions
diff --git a/manifests/disable/debian.pp b/manifests/disable/debian.pp
new file mode 100644
index 0000000..dc48578
--- /dev/null
+++ b/manifests/disable/debian.pp
@@ -0,0 +1,7 @@
+# debian has some issues with absent
+# init scripts
+class postfix::disable::debian inherits postfix::disable::base {
+ Service['postfix']{
+ hasstatus => false,
+ }
+}