aboutsummaryrefslogtreecommitdiff
path: root/Vagrantfile
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-08-10 16:34:25 -0300
committerSilvio Rhatto <rhatto@riseup.net>2015-08-10 16:34:25 -0300
commit39fa2d51b95712569aacb870b03fee49916127a4 (patch)
tree0e850b53796f9d308dd6543f8e5eb5a515580073 /Vagrantfile
parentdf5df0b1c3dd27e958968ddf4178a90831487f4f (diff)
downloadpuppet-bootstrap-39fa2d51b95712569aacb870b03fee49916127a4.tar.gz
puppet-bootstrap-39fa2d51b95712569aacb870b03fee49916127a4.tar.bz2
Fix hiera path
Diffstat (limited to 'Vagrantfile')
-rw-r--r--Vagrantfile2
1 files changed, 1 insertions, 1 deletions
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.