Puppet Class: conf::sysvinit

Inherits:
conf
Defined in:
manifests/sysvinit.pp

Summary

A short summary of the purpose of this class

Overview

A description of what this class does

Examples:

include conf::sysvinit


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

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