Puppet Class: conf::install::systemd

Inherited by:
conf::config::systemd
Defined in:
manifests/install/systemd.pp

Summary

define base of systemd contents

Overview

define base of systemd contents

Examples:

include conf::install::systemd


7
8
9
# File 'manifests/install/systemd.pp', line 7

class conf::install::systemd {
  package { 'systemd': }
}