]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/munin-node/manifests/init.pp
a few more munin plugins, although I dislike the placement of the spamassassin one
[dsa-puppet.git] / modules / munin-node / manifests / init.pp
index 4e2bec275ab7fb128531d7ec2cbc5795ff622f75..d6336c8534b1bf0ae763d581fd8c401c8acdaa8c 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",