Created
February 14, 2013 18:52
-
-
Save lindenle/4955233 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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