aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-06-18 14:24:02 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-06-18 14:24:02 -0300
commit6f98b51d9391d501b3cc04b9819933e8d15ca5d0 (patch)
treee8283c27c87743a1f37671f00b4c937366033258
parent48f24914d39228fa68f5c540c80f285f61de1e17 (diff)
downloadpuppet-bootstrap-6f98b51d9391d501b3cc04b9819933e8d15ca5d0.tar.gz
puppet-bootstrap-6f98b51d9391d501b3cc04b9819933e8d15ca5d0.tar.bz2
Updates hiera mount location
-rw-r--r--Vagrantfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Vagrantfile b/Vagrantfile
index a96d40c..b5cd7f6 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -22,7 +22,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
end
# Share hiera configuration.
- config.vm.synced_folder "puppet/config", "/etc/puppet/hiera"
+ config.vm.synced_folder "puppet/config", "/etc/puppet/config"
# Forwarded ports
#config.vm.network "forwarded_port", guest: 80, host: 8081