]> gitweb.fluxo.info Git - puppet-bootstrap.git/commitdiff
Updates hiera mount location
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 18 Jun 2016 17:24:02 +0000 (14:24 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 18 Jun 2016 17:24:02 +0000 (14:24 -0300)
Vagrantfile

index a96d40cb85e17b50451cac02a3322f5f80530c75..b5cd7f69f077ddbad045a5934e0a82cd679dd376 100644 (file)
@@ -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