From 43816c7124d1e54987886bcbdfa39658ad47a8f8 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 10 Aug 2015 18:26:15 -0300 Subject: Vagrantfile minor edit --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Vagrantfile') diff --git a/Vagrantfile b/Vagrantfile index 5250405..87e46e5 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -13,9 +13,9 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| puppet.manifest_file = "bootstrap/vagrant.pp" puppet.manifests_path = "puppet/manifests" puppet.module_path = "puppet/modules" + puppet.hiera_config_path = "puppet/hiera.yaml" puppet.temp_dir = "/etc/puppet" puppet.working_directory = "/etc/puppet" - puppet.hiera_config_path = "puppet/hiera.yaml" end # Share hiera configuration. -- cgit v1.2.3