Puppet Class: conf::install::upstart
- Inherited by:
-
conf::config::upstart
- Defined in:
- manifests/install/upstart.pp
Summary
A short summary of the purpose of this classOverview
A description of what this class does
7 8 9 |
# File 'manifests/install/upstart.pp', line 7
class conf::install::upstart {
package { 'upstart': }
}
|