puppet-homelab/environment.conf

19 lines
877 B
Plaintext

# Each environment can have an environment.conf file. Its settings will only
# affect its own environment. See docs for more info:
# https://puppet.com/docs/puppet/latest/config_file_environment.html
# Any unspecified settings use default values; some of those defaults are based
# on puppet.conf settings.
# If these settings include relative file paths, they'll be resolved relative to
# this environment's directory.
# Allowed settings and default values:
modulepath = ./modules:./ext_modules:$basemodulepath
# manifest = (default_manifest from puppet.conf, which defaults to ./manifests)
# config_version = (no script; Puppet will use the time the catalog was compiled)
# environment_timeout = (environment_timeout from puppet.conf, which defaults to 0)
# Note: unless you have a specific reason, we recommend only setting
# environment_timeout in puppet.conf.