Update stdlib and concat to 6.1.0 both
[mirror/dsa-puppet.git] / 3rdparty / modules / stdlib / manifests / init.pp
1 # @summary
2 #   This module manages stdlib.
3
4 # Most of stdlib's features are automatically loaded by Puppet, but this class should be 
5 # declared in order to use the standardized run stages.
6
7 # Declares all other classes in the stdlib module. Currently, this consists
8 # of stdlib::stages.
9 #
10 class stdlib {
11   include ::stdlib::stages
12 }