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:
parent
a0d21c1952
commit
d82e5dede5
@ -6,6 +6,7 @@ rundir=/var/run/puppet
|
|||||||
basemodulepath=/etc/puppet/modules
|
basemodulepath=/etc/puppet/modules
|
||||||
environmentpath = /etc/puppet/environments
|
environmentpath = /etc/puppet/environments
|
||||||
data_binding_terminus = none
|
data_binding_terminus = none
|
||||||
|
hiera_config = /etc/puppet/hiera.yaml
|
||||||
|
|
||||||
[master]
|
[master]
|
||||||
# These are needed when the puppetmaster is run by passenger
|
# These are needed when the puppetmaster is run by passenger
|
||||||
|
Loading…
Reference in New Issue
Block a user