Turn off implicit hiera lookups
By default hiera performs a lookup for every class parameter. This is slow and unnecessary since we do not use data bindings. Disable this feature. References: "Data Bindings" section of: http://garylarizza.com/blog/2014/10/24/puppet-workflows-4-using-hiera-in-anger/ https://docs.puppetlabs.com/references/latest/configuration.html#databindingterminus Change-Id: Id88dcb0339204ab46df926838118913b41ef37b9
This commit is contained in:
parent
5fffbc8e05
commit
5a71603d86
@ -6,6 +6,7 @@ rundir=/var/run/puppet
|
|||||||
server=<%= @puppetmaster_server %>
|
server=<%= @puppetmaster_server %>
|
||||||
certname=<%= @certname %>
|
certname=<%= @certname %>
|
||||||
pluginsync=true
|
pluginsync=true
|
||||||
|
data_binding_terminus = none
|
||||||
|
|
||||||
|
|
||||||
[master]
|
[master]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user