lib/vagrant-orchestrate/command/init.rb in vagrant-orchestrate-0.0.5 vs lib/vagrant-orchestrate/command/init.rb in vagrant-orchestrate-0.0.6
- old
+ new
@@ -73,9 +73,10 @@
options[:ssh_private_key_path] = k
end
o.on("--winrm", "Use the winrm communicator") do
options[:communicator] = "winrm"
+ options[:plugins] << "vagrant-winrm-s"
end
o.on("--winrm-username USERNAME", String, "The username for communicating with winrm") do |u|
options[:winrm_username] = u
end