projects
/
mirror
/
dsa-puppet.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
only user planet should call static-update-component on senfl. allow debwww to call...
[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
hasstatus => false,
9
pattern => '/usr/sbin/xinetd',
10
require => Package['xinetd']
11
}
12
}