run super
This commit is contained in:
30
config/puppet/puppet.conf
Normal file
30
config/puppet/puppet.conf
Normal file
@@ -0,0 +1,30 @@
|
||||
[main]
|
||||
confdir = /etc/puppetlabs/puppet
|
||||
vardir = /opt/puppetlabs/puppet/cache
|
||||
logdir = /var/log/puppetlabs/puppet
|
||||
codedir = /etc/puppetlabs/code
|
||||
rundir = /var/run/puppetlabs
|
||||
manage_internal_file_permissions = false
|
||||
serverport = 8140
|
||||
# This file can be used to override the default puppet settings.
|
||||
# See the following links for more details on what settings are available:
|
||||
# - https://puppet.com/docs/puppet/latest/config_important_settings.html
|
||||
# - https://puppet.com/docs/puppet/latest/config_about_settings.html
|
||||
# - https://puppet.com/docs/puppet/latest/config_file_main.html
|
||||
# - https://puppet.com/docs/puppet/latest/configuration.html
|
||||
[server]
|
||||
vardir = /opt/puppetlabs/server/data/puppetserver
|
||||
logdir = /var/log/puppetlabs/puppetserver
|
||||
rundir = /var/run/puppetlabs/puppetserver
|
||||
pidfile = /var/run/puppetlabs/puppetserver/puppetserver.pid
|
||||
codedir = /etc/puppetlabs/code
|
||||
environmentpath = /etc/puppetlabs/code/environments
|
||||
hiera_config = $confdir/hiera.yaml
|
||||
autosign = true
|
||||
environment_timeout = 10
|
||||
storeconfigs_backend = puppetdb
|
||||
storeconfigs = true
|
||||
reports = puppetdb
|
||||
ca_ttl = 157680000
|
||||
ca_server = puppet
|
||||
ca_port = 8140
|
||||
Reference in New Issue
Block a user