Puppet Class: conf::setup::sysvinit
- Inherits:
- conf::config::sysvinit
- Defined in:
- manifests/setup/sysvinit.pp
Summary
A short summary of the purpose of this classOverview
A description of what this class does
7 8 9 10 11 |
# File 'manifests/setup/sysvinit.pp', line 7
class conf::setup::sysvinit() inherits conf::config::sysvinit {
Package['sysvinit'] {
ensure => latest,
}
}
|