Skip to content

Commit

Permalink
Merge pull request #4 from benburkert/master
Browse files Browse the repository at this point in the history
Include the xinetd class from xinetd::service type.
  • Loading branch information
Ryan Coleman committed Oct 19, 2012
2 parents 452ddd9 + c8ac2d6 commit e06e82e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions manifests/service.pp
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@
$service_type = undef
) {

include xinetd

if $wait {
$mywait = $wait
} else {
Expand All @@ -79,5 +81,6 @@
ensure => $ensure,
content => template('xinetd/service.erb'),
notify => Service['xinetd'],
require => Package['xinetd'],
}
}

0 comments on commit e06e82e

Please sign in to comment.