From: Silvio Rhatto Date: Mon, 10 Aug 2015 19:34:25 +0000 (-0300) Subject: Fix hiera path X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=39fa2d51b95712569aacb870b03fee49916127a4;p=puppet-bootstrap.git Fix hiera path --- diff --git a/Vagrantfile b/Vagrantfile index 91be5b6..5250405 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -15,7 +15,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| puppet.module_path = "puppet/modules" puppet.temp_dir = "/etc/puppet" puppet.working_directory = "/etc/puppet" - puppet.hiera_config_path = "hiera.yaml" + puppet.hiera_config_path = "puppet/hiera.yaml" end # Share hiera configuration.