From: Silvio Rhatto Date: Tue, 22 Mar 2016 17:11:29 +0000 (-0300) Subject: Updates Vagrantfile with new config folder X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=9078cacac5981aa32c1705fea3305f172acb0b9f;p=puppet-bootstrap.git Updates Vagrantfile with new config folder --- diff --git a/Vagrantfile b/Vagrantfile index 3ee05e6..9c85f99 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/hiera", "/etc/puppet/hiera" + config.vm.synced_folder "puppet/config", "/etc/puppet/hiera" # Forwarded ports #config.vm.network "forwarded_port", guest: 80, host: 8081