270bf0a53a
Hiera-eyaml currently causes a memory leak in puppetsever when max-requests-per-instnace is enabled. So, defaulting to disabling max-requests-per-instance. https://tickets.puppetlabs.com/browse/SERVER-1154 https://github.com/TomPoulton/hiera-eyaml/issues/163
14 lines
600 B
YAML
14 lines
600 B
YAML
---
|
|
message: "This node is using common data"
|
|
|
|
#Puppet Server Tuning
|
|
puppet_enterprise::master::puppetserver::jruby_max_requests_per_instance: 0
|
|
#Enable code manager
|
|
puppet_enterprise::profile::master::code_manager_auto_configure: true
|
|
puppet_enterprise::master::code_manager::authenticate_webhook: false
|
|
|
|
#pe-console-services tuning
|
|
#https://docs.puppetlabs.com/pe/latest/console_config.html#tuning-the-classifier-synchronization-period
|
|
#disable classifier scheduled sync and rely on r10k postrun command to sync the classes
|
|
puppet_enterprise::profile::console::classifier_synchronization_period: 0
|