templates/vagrant/Vagrantfile.erb in vagrant-orchestrate-0.1.1 vs templates/vagrant/Vagrantfile.erb in vagrant-orchestrate-0.2.0
- old
+ new
@@ -23,14 +23,15 @@
<% if puppet_librarian_puppet -%>
config.librarian_puppet.placeholder_filename = ".gitignore"
<% end -%>
config.vm.provision "puppet" do |puppet|
<% if puppet_librarian_puppet -%>
- puppet.module_path = 'modules'
+ puppet.module_path = 'puppet/modules'
<% end -%>
<% if puppet_hiera -%>
- puppet.hiera_config_path = 'hiera.yaml'
+ puppet.hiera_config_path = 'puppet/hiera.yaml'
<% end -%>
+ puppet.manifests_path = 'puppet/manifests'
end
<% end -%>
<% if communicator == "ssh" -%>
config.ssh.username = "<%= ssh_username %>"
<% if ssh_password -%>