|
|
|
@ -1,15 +1,11 @@
|
|
|
|
|
[main]
|
|
|
|
|
|
|
|
|
|
[user]
|
|
|
|
|
#user = puppet
|
|
|
|
|
#group = puppet
|
|
|
|
|
|
|
|
|
|
# The main Puppet configuration directory. The default for this setting
|
|
|
|
|
# is calculated based on the user. If the process is running as root or
|
|
|
|
|
# the user that Puppet is supposed to run as, it defaults to a system
|
|
|
|
|
# directory, but if it's running as any other user, it defaults to being
|
|
|
|
|
# in the user's home directory.
|
|
|
|
|
# The default value is '/home/jack/.puppet/etc'.
|
|
|
|
|
confdir = /home/jack/.puppet/etc
|
|
|
|
|
|
|
|
|
|
# The main Puppet code directory. The default for this setting
|
|
|
|
@ -18,7 +14,7 @@ confdir = /home/jack/.puppet/etc
|
|
|
|
|
# directory, but if it's running as any other user, it defaults to being
|
|
|
|
|
# in the user's home directory.
|
|
|
|
|
# The default value is '/home/jack/.puppet/etc/code'.
|
|
|
|
|
#codedir = /home/jack/.puppet/etc/code
|
|
|
|
|
codedir = /home/jack/.puppet/
|
|
|
|
|
|
|
|
|
|
# Where Puppet stores dynamic and growing data. The default for this
|
|
|
|
|
# setting is calculated specially, like `confdir`_.
|
|
|
|
@ -60,11 +56,7 @@ confdir = /home/jack/.puppet/etc
|
|
|
|
|
# recommended value is `$codedir/environments`. For more details, see
|
|
|
|
|
# <https://puppet.com/docs/puppet/latest/environments_about.html>
|
|
|
|
|
# The default value is '$codedir/environments'.
|
|
|
|
|
#environmentpath = /home/jack/.puppet/etc/code/environments
|
|
|
|
|
|
|
|
|
|
# The YAML file containing indirector route configuration.
|
|
|
|
|
# The default value is '$confdir/routes.yaml'.
|
|
|
|
|
#route_file = /home/jack/.puppet/etc/routes.yaml
|
|
|
|
|
environmentpath = /home/jack/.puppet/
|
|
|
|
|
|
|
|
|
|
# The hiera configuration file. Puppet only reads this file on startup, so you must restart the puppet master every time you edit it.
|
|
|
|
|
hiera_config = $confdir/hiera.yaml
|
|
|
|
|