Sha256: 3f2e4e5b8cb77449a4ac08fc1f8e0b987450c86826ac40e3cc39d336667d0bda
Contents?: true
Size: 403 Bytes
Versions: 50
Compression:
Stored size: 403 Bytes
Contents
# 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': } }
Version data entries
50 entries across 50 versions & 5 rubygems