]> gitweb.fluxo.info Git - puppet-bootstrap.git/commitdiff
Fix hiera path
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 10 Aug 2015 19:34:25 +0000 (16:34 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 10 Aug 2015 19:34:25 +0000 (16:34 -0300)
Vagrantfile

index 91be5b60c65c0aacadc4834e95938e910bd94a47..5250405a21c134c1e792ccd56b862ae409d03aad 100644 (file)
@@ -15,7 +15,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
     puppet.module_path       = "puppet/modules"
     puppet.temp_dir          = "/etc/puppet"
     puppet.working_directory = "/etc/puppet"
-    puppet.hiera_config_path = "hiera.yaml"
+    puppet.hiera_config_path = "puppet/hiera.yaml"
   end
 
   # Share hiera configuration.