9af1e925e9d1c5a6d141a8241a05c1b56826d092
[mirror/dsa-puppet.git] / vsftpd.pp
1 class munin-node::vsftpd inherits munin-node {
2         package { 
3                 "logtail": ensure => installed;
4         }
5         activate_munin_check {
6                 "vsftpd":;
7                 "ps_vsftpd": script => "ps_";
8         }
9 }
10