aboutsummaryrefslogtreecommitdiffstats
path: root/modules/xinetd/manifests/init.pp
blob: a86aaeee66335641e92c8788485c3a9b0eea7676 (plain)
1
2
3
4
5
6
7
class xinetd {
    package { 'xinetd': }

    service { 'xinetd':
        subscribe => Package['xinetd']
    }
}