]> gitweb.fluxo.info Git - puppet-bootstrap.git/commitdiff
Updates Vagrantfile with new config folder
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 22 Mar 2016 17:11:29 +0000 (14:11 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 22 Mar 2016 17:11:29 +0000 (14:11 -0300)
Vagrantfile

index 3ee05e68869306e69356cecfa023266ad09be809..9c85f999f370ac4d144bdc1490c10f839eb97d49 100644 (file)
@@ -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