From: Silvio Rhatto Date: Sat, 18 Jun 2016 17:24:02 +0000 (-0300) Subject: Updates hiera mount location X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=6f98b51d9391d501b3cc04b9819933e8d15ca5d0;p=puppet-bootstrap.git Updates hiera mount location --- 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