summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2009-11-23 12:47:24 -0500
committerMicah Anderson <micah@riseup.net>2009-11-23 12:47:24 -0500
commitab1f4cc93c5143e05fd588289ca044e132049bac (patch)
tree57f113ca94b7eac398ca780ac743b5928751da15 /manifests
parentff66ccb14f738dd0f6f95bf2d9406874d3edb4c8 (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')
-rw-r--r--manifests/client.pp3
1 files changed, 0 insertions, 3 deletions
diff --git a/manifests/client.pp b/manifests/client.pp
index 0ad7856..b89877f 100644
--- a/manifests/client.pp
+++ b/manifests/client.pp
@@ -117,8 +117,5 @@ class munin::client::debian
}
munin::register { $fqdn: }
-
- # workaround bug in munin_node_configure
- plugin { "postfix_mailvolume": ensure => absent }
}