add some munin magic
[mirror/dsa-puppet.git] / modules / vsftpd / manifests / init.pp
index 11755b4..d664b7e 100644 (file)
@@ -18,7 +18,9 @@ class vsftpd {
                notify  => Service['vsftpd']
        }
 
-       munin::check { 'vsftpd': }
+       munin::check { "vsftpd-${name}":
+               ensure => absent
+       }
        munin::check { 'ps_vsftpd':
                script => 'ps_'
        }