Puppet Class: conf::install::systemd
- Inherited by:
-
conf::config::systemd
- Defined in:
- manifests/install/systemd.pp
Summary
define base of systemd contentsOverview
define base of systemd contents
7 8 9 |
# File 'manifests/install/systemd.pp', line 7
class conf::install::systemd {
package { 'systemd': }
}
|