]> gitweb.fluxo.info Git - puppet-bootstrap.git/commitdiff
Vagrantfile minor edit
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 10 Aug 2015 21:26:15 +0000 (18:26 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 10 Aug 2015 21:26:15 +0000 (18:26 -0300)
Vagrantfile

index 5250405a21c134c1e792ccd56b862ae409d03aad..87e46e548466bdbe1c8f4ab35b4125e064c3f0bd 100644 (file)
@@ -13,9 +13,9 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
     puppet.manifest_file     = "bootstrap/vagrant.pp"
     puppet.manifests_path    = "puppet/manifests"
     puppet.module_path       = "puppet/modules"
+    puppet.hiera_config_path = "puppet/hiera.yaml"
     puppet.temp_dir          = "/etc/puppet"
     puppet.working_directory = "/etc/puppet"
-    puppet.hiera_config_path = "puppet/hiera.yaml"
   end
 
   # Share hiera configuration.