Mercurial > repos > other > Puppet
view 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 |
line wrap: on
line source
# @summary # 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. # # Declares all other classes in the stdlib module. Currently, this consists # of stdlib::stages. # class stdlib { include ::stdlib::stages }