templates/vagrant/Vagrantfile.erb in vagrant-orchestrate-0.6.5 vs templates/vagrant/Vagrantfile.erb in vagrant-orchestrate-0.7.0.pre
- old
+ new
@@ -12,9 +12,12 @@
config.orchestrate.credentials.prompt = true
<% end -%>
<% if creds_file_path -%>
config.orchestrate.credentials.file_path = "<%= creds_file_path%>"
<% end -%>
+ <% if tracker_host -%>
+ config.orchestrate.tracker_host = "<%= tracker_host%>"
+ <% end -%>
<% if provisioners.include? "shell" -%>
<% shell_paths.each do |path| -%>
config.vm.provision "shell", path: "<%= path %>"
<% end -%>