Puppet Class: stdlib
- Defined in:
- manifests/init.pp
Summary
This module manages stdlib.Overview
Most of stdlib’s features are automatically loaded by Puppet, but this class should be declared in order to use the standardized run stages.
Declares all other classes in the stdlib module. Currently, this consists of stdlib::stages.
10 11 12 |
# File 'manifests/init.pp', line 10
class stdlib {
include stdlib::stages
}
|