Fix some embarassing typos
This commit is contained in:
parent
92f8d2d251
commit
1cb89d981a
@ -7,4 +7,4 @@ puppet_enterprise::master::puppetserver::jruby_max_requests_per_instance: 10000
|
|||||||
#pe-console-services tuning
|
#pe-console-services tuning
|
||||||
#https://docs.puppetlabs.com/pe/latest/console_config.html#tuning-the-classifier-synchronization-period
|
#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
|
#disable classifier scheduled sync and rely on r10k postrun command to sync the classes
|
||||||
puppet_enterprise::profile::consolei::classifier_synchronization_period: 0
|
puppet_enterprise::profile::console::classifier_synchronization_period: 0
|
||||||
|
@ -52,7 +52,7 @@ class profile::puppetmaster {
|
|||||||
#This is configured via the pe_r10k::postrun key in hiera
|
#This is configured via the pe_r10k::postrun key in hiera
|
||||||
file { '/usr/local/bin/update-classes.sh' :
|
file { '/usr/local/bin/update-classes.sh' :
|
||||||
ensure => file,
|
ensure => file,
|
||||||
source => 'puppet::///modules/profile/puppetmaster/update-classes.sh',
|
source => 'puppet:///modules/profile/puppetmaster/update-classes.sh',
|
||||||
}
|
}
|
||||||
|
|
||||||
#https://docs.puppetlabs.com/puppet/latest/reference/config_file_environment.html#environmenttimeout
|
#https://docs.puppetlabs.com/puppet/latest/reference/config_file_environment.html#environmenttimeout
|
||||||
|
Loading…
Reference in New Issue
Block a user