clc-chef-metal-vsphere 0.3.34 → 0.3.35
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/chef_metal_vsphere/version.rb +1 -1
- data/lib/chef_metal_vsphere/vsphere_driver.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5627aeaa0a06bba6e555a0f325790cf894306987
|
4
|
+
data.tar.gz: 867a9b91f2392932f6af5f9c918205391bdcb042
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7a5b1709b40b063ad346668efd08266f4735b196e149b276f188256bba0def7b7bdc6016031bd816dbfc73afd4e678ee3587c4df1d0527cb5d452a672a507973
|
7
|
+
data.tar.gz: 58887a83db84397eb05deeb6a6a241e61b56edd92ff7bf35939c7327e8bfcc5a6b3835f65f8026cef91464b5e4d4e1e831f28c0806d28fe447ded7da52de96fa
|
@@ -485,7 +485,7 @@ module ChefMetalVsphere
|
|
485
485
|
bootstrap_options = bootstrap_options_for(machine_spec, machine_options)
|
486
486
|
ssh_options = bootstrap_options[:ssh]
|
487
487
|
remote_host = ip_for(bootstrap_options, vm)
|
488
|
-
winrm_options = {:user => "#{remote_host}\\#{ssh_options[:user]}", :pass => ssh_options[:password], :
|
488
|
+
winrm_options = {:user => "#{remote_host}\\#{ssh_options[:user]}", :pass => ssh_options[:password], :basic_auth_only => true}
|
489
489
|
|
490
490
|
ChefMetal::Transport::WinRM.new("http://#{remote_host}:5985/wsman", :plaintext, winrm_options, config)
|
491
491
|
end
|