Puppet Class: conf::setup::systemd
- Inherits:
- conf::config::systemd
- Defined in:
- manifests/setup/systemd.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/systemd.pp', line 7
class conf::setup::systemd() inherits conf::config::systemd {
Package['systemd'] {
ensure => latest,
}
}
|