From 9078cacac5981aa32c1705fea3305f172acb0b9f Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 22 Mar 2016 14:11:29 -0300 Subject: Updates Vagrantfile with new config folder --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Vagrantfile') 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 -- cgit v1.2.3