summaryrefslogtreecommitdiff
path: root/manifests/client/debian.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/client/debian.pp')
-rw-r--r--manifests/client/debian.pp2
1 files changed, 0 insertions, 2 deletions
diff --git a/manifests/client/debian.pp b/manifests/client/debian.pp
index a6d677e..7b8b5a7 100644
--- a/manifests/client/debian.pp
+++ b/manifests/client/debian.pp
@@ -9,7 +9,5 @@ class munin::client::debian inherits munin::client::package {
File["/etc/munin/munin-node.conf"]{
content => template("munin/munin-node.conf.$operatingsystem.$lsbdistcodename"),
}
- # workaround bug in munin_node_configure
- plugin { "postfix_mailvolume": ensure => absent }
include munin::plugins::debian
}