Set hiera yaml location in puppet.conf

Puppet 4 from puppetlabs changed the default location of hiera.yaml. The
versions we run have the old location patched in, but let's put in the
value just to be complete.

Change-Id: I36ae190fc6758f297f3a48912f79871fd917c2e9
This commit is contained in:
Monty Taylor 2015-12-30 15:30:21 -06:00
parent a0d21c1952
commit d82e5dede5

View File

@ -6,6 +6,7 @@ rundir=/var/run/puppet
basemodulepath=/etc/puppet/modules
environmentpath = /etc/puppet/environments
data_binding_terminus = none
hiera_config = /etc/puppet/hiera.yaml
[master]
# These are needed when the puppetmaster is run by passenger