Skip to content

Instantly share code, notes, and snippets.

@lindenle
Created February 14, 2013 18:52
Show Gist options
  • Save lindenle/4955233 to your computer and use it in GitHub Desktop.
Save lindenle/4955233 to your computer and use it in GitHub Desktop.
# 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 {
class { 'stdlib::stages': }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment