]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
add vsftpd stats pron
authorStephen Gran <steve@lobefin.net>
Sat, 7 Nov 2009 17:54:07 +0000 (17:54 +0000)
committerStephen Gran <steve@lobefin.net>
Sat, 7 Nov 2009 17:54:07 +0000 (17:54 +0000)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/munin-node/manifests/init.pp

index 05c6e196f817844b11badb67dc011f5e5b02aa8c..29bef07fef85f8b3fae7be4f6dcf80cc72a70ca4 100644 (file)
@@ -52,6 +52,12 @@ class munin-node {
         }
     }
 
+    case $vsftpd {
+        "true": {
+              include munin-node::vsftpd
+        }
+    }
+
     file {
         "/etc/munin/munin-node.conf":
             source  => [ "puppet:///munin-node/per-host/$fqdn/munin-node.conf",