fruit-bowl/environments/production/thirdparty/stdlib/manifests/init.pp

14 lines
380 B
ObjectPascal
Raw Normal View History

2025-04-01 17:40:03 +00:00
# @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 and stdlib::manage.
#
class stdlib {
include stdlib::manage
include stdlib::stages
}