From: Silvio Rhatto Date: Mon, 10 Aug 2015 21:26:15 +0000 (-0300) Subject: Vagrantfile minor edit X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=43816c7124d1e54987886bcbdfa39658ad47a8f8;p=puppet-bootstrap.git Vagrantfile minor edit --- 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.