Puppet Class: conf::setup::systemd

Inherits:
conf::config::systemd
Defined in:
manifests/setup/systemd.pp

Summary

A short summary of the purpose of this class

Overview

A description of what this class does

Examples:

include conf::setup::systemd


7
8
9
10
11
# File 'manifests/setup/systemd.pp', line 7

class conf::setup::systemd() inherits conf::config::systemd {
  Package['systemd'] {
    ensure => latest,
  }
}