Puppet Class: conf::upstart

Inherits:
conf
Defined in:
manifests/upstart.pp

Summary

A short summary of the purpose of this class

Overview

A description of what this class does

Examples:

include conf::upstart


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

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