From d82e5dede5d36d2b456de2ee2fc829efa0e96f32 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Wed, 30 Dec 2015 15:30:21 -0600 Subject: [PATCH] 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 --- modules/openstack_project/templates/puppet.conf.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/openstack_project/templates/puppet.conf.erb b/modules/openstack_project/templates/puppet.conf.erb index 4c52a8d2ad..c1bb467815 100644 --- a/modules/openstack_project/templates/puppet.conf.erb +++ b/modules/openstack_project/templates/puppet.conf.erb @@ -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