Mercurial > repos > other > Puppet
comparison modules/stdlib/manifests/init.pp @ 275:d9352a684e62
Mass update of modules to remove deprecation warnings
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sun, 26 Jan 2020 11:36:07 +0000 |
parents | c42fb28cff86 |
children | 4a2ee7e3b110 |
comparison
equal
deleted
inserted
replaced
274:b2571c28fc27 | 275:d9352a684e62 |
---|---|
1 # Class: stdlib | 1 # @summary |
2 # | 2 # This module manages stdlib. |
3 # This module manages stdlib. Most of stdlib's features are automatically | 3 # |
4 # loaded by Puppet, but this class should be declared in order to use the | 4 # Most of stdlib's features are automatically loaded by Puppet, but this class should be |
5 # standardized run stages. | 5 # declared in order to use the standardized run stages. |
6 # | 6 # |
7 # Parameters: none | 7 # Declares all other classes in the stdlib module. Currently, this consists |
8 # | 8 # of stdlib::stages. |
9 # Actions: | |
10 # | |
11 # Declares all other classes in the stdlib module. Currently, this consists | |
12 # of stdlib::stages. | |
13 # | |
14 # Requires: nothing | |
15 # | 9 # |
16 class stdlib { | 10 class stdlib { |
17 include ::stdlib::stages | 11 include ::stdlib::stages |
18 } | 12 } |