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:
Spencer Krum 2015-03-26 13:39:46 -07:00
parent 5fffbc8e05
commit 5a71603d86

View File

@ -6,6 +6,7 @@ rundir=/var/run/puppet
server=<%= @puppetmaster_server %>
certname=<%= @certname %>
pluginsync=true
data_binding_terminus = none
[master]