Merge branch 'master' of ssh://handel.debian.org/srv/puppet.debian.org/git/dsa-puppet
[mirror/dsa-puppet.git] / modules / munin-node / manifests / vsftpd.pp
1 class munin-node::vsftpd inherits munin-node {
2         activate_munin_check {
3                 "vsftpd":;
4                 "ps_vsftpd": script => "ps_";
5         }
6 }
7