From 39fa2d51b95712569aacb870b03fee49916127a4 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 10 Aug 2015 16:34:25 -0300 Subject: Fix hiera path --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Vagrantfile') 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. -- cgit v1.2.3