lib/vagrant-orchestrate/command/push.rb in vagrant-orchestrate-0.7.0.pre.4 vs lib/vagrant-orchestrate/command/push.rb in vagrant-orchestrate-0.7.0.pre.5
- old
+ new
@@ -71,9 +71,10 @@
status.write(@env.tmp_path)
options[:status] = status
@env.action_runner.run(VagrantPlugins::ManagedServers::Action::InitDeploymentTracker,
tracker_host: @env.vagrantfile.config.orchestrate.tracker_host,
+ tracker_logging_enabled: @env.vagrantfile.config.orchestrate.tracker_logging_enabled,
ui: @env.ui)
@env.action_runner.run(VagrantPlugins::ManagedServers::Action::TrackDeploymentStart,
tracker_host: @env.vagrantfile.config.orchestrate.tracker_host,
status: status,
args: ARGV.drop(2).join(" "))