summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/client/debian.pp4
1 files changed, 4 insertions, 0 deletions
diff --git a/manifests/client/debian.pp b/manifests/client/debian.pp
index 8dfa35f..f7df8d5 100644
--- a/manifests/client/debian.pp
+++ b/manifests/client/debian.pp
@@ -12,4 +12,8 @@ class munin::client::debian inherits munin::client::package {
content => template("munin/munin-node.conf.$operatingsystem.$lsbdistcodename"),
}
include munin::plugins::debian
+
+ # workaround bug in munin_node_configure
+ plugin { "postfix_mailvolume": ensure => absent }
+ include munin::plugins::debian
}