a few more munin plugins, although I dislike the placement of the spamassassin one
[mirror/dsa-puppet.git] / modules / munin-node / manifests / init.pp
index 4e2bec2..d6336c8 100644 (file)
@@ -46,6 +46,12 @@ class munin-node {
         "vmstat":;
     }
 
+    case $spamd {
+        "true": {
+              activate_munin_check { "spamassassin":; }
+        }
+    }
+
     file {
         "/etc/munin/munin-node.conf":
             source  => [ "puppet:///munin-node/per-host/$fqdn/munin-node.conf",