]> git.donarmstrong.com Git - dsa-puppet.git/blob - modules/xinetd/manifests/init.pp
Allow more than one vsftpd::site
[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 }