summaryrefslogtreecommitdiff
path: root/manifests/client
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2009-12-22 19:50:28 -0500
committerMicah Anderson <micah@riseup.net>2009-12-22 19:50:28 -0500
commitebfde169e0ef4fc749cd6804e707103fab7dbf78 (patch)
tree3307d4eda5179dc03544af8155599f116e50fe38 /manifests/client
parent8f711a933dbc0917b43d5e29b98da7157bd5727f (diff)
take out the removal of the postfix_mailvolume munin plugin. I do not see what the bug is, and this interferes with local installation of the plugin (causes duplicate definitions)
Diffstat (limited to 'manifests/client')
-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
}