template the munin master as well
[mirror/dsa-puppet.git] / modules / munin-node / manifests / 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