templates/vagrant.erb in opskeleton-0.2.0 vs templates/vagrant.erb in opskeleton-0.2.1

- old
+ new

@@ -12,10 +12,10 @@ end config.vm.provision :puppet do |puppet| puppet.manifests_path = 'manifests' puppet.manifest_file = 'default.pp' - puppet.options = '--modulepath=/vagrant/modules:/vagrant/static-modules --hiera_config /vagrant/hiera.yaml' + puppet.options = '--modulepath=/vagrant/modules:/vagrant/static-modules --hiera_config /vagrant/hiera_vagrant.yaml' end end