puppetlabs-stdlib/manifests/init.pp
Ewoud Kohl van Wijngaarden c7403a4e05 Style fixes
2015-07-25 13:34:31 +02:00

18 lines
398 B
Puppet

# Class: stdlib
#
# This module manages stdlib. Most of stdlib's features are automatically
# loaded by Puppet, but this class should be declared in order to use the
# standardized run stages.
#
# Parameters: none
#
# Actions:
#
# Declares all other classes in the stdlib module. Currently, this consists
# of stdlib::stages.
#
# Requires: nothing
#
class stdlib {
include ::stdlib::stages
}