Puppet Class: conf::systemd

Inherits:
conf
Defined in:
manifests/systemd.pp

Summary

A short summary of the purpose of this class

Overview

A description of what this class does

Examples:

include conf::systemd


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

class conf::systemd () inherits conf {
  include conf::config::systemd
}