summaryrefslogtreecommitdiff
path: root/environment.conf
blob: e4811b1c2eaed36dc7eaacc9fedc252206cc19d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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 = ./sitemodules:./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.