Allow more than one vsftpd::site
[mirror/dsa-puppet.git] / modules / xinetd / manifests / init.pp
1 class xinetd {
2         package { 'xinetd':
3                 ensure => installed
4         }
5
6         service { 'xinetd':
7                 ensure => running
8         }
9 }