From f868f9fbb4ab6eae2a49212cd7734bda455e812d Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Tue, 22 Dec 2009 20:17:16 -0500 Subject: Revert "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)" It looks like the reason this is here is because on a default debian install, without postfix installed, this postfix munin module is activated, leading to empty graphs. So rather that leave non-postfix people in this situation, we can instead leave this in and the class can be overridden locally. This reverts commit ebfde169e0ef4fc749cd6804e707103fab7dbf78. Conflicts: manifests/client/debian.pp --- manifests/client/debian.pp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'manifests') 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 } -- cgit v1.2.3