clc-chef-metal-vsphere 0.3.12 → 0.3.13
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d453d2c1e81365a5782a24b843a0b50df2b5e149
|
4
|
+
data.tar.gz: 26af4c9554a3cce32d3132e37760b6d1ccd57eef
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f570e841ccfeb59ec95b97a0ece39d784090b5cbabae4ed2d58945e2c925c84e468ad0680f4ee024d89916b99fbd091643b0d253bee23b798b5b7bfc8c7af37e
|
7
|
+
data.tar.gz: 380254c190caaaddd5a353bd2d5e4c1959fca1015714abf346fb5fed13f1ea04cb903b57680f77168ad2c4bfcfca358e86b0a873e9b85ce2ffe202c5c894f000
|
@@ -135,7 +135,7 @@ module ChefMetalVsphere
|
|
135
135
|
cust_hwclockutc = cust_options[:hw_clock_utc]
|
136
136
|
cust_timezone = cust_options[:time_zone]
|
137
137
|
|
138
|
-
if vm_template.
|
138
|
+
if vm_template.config.guestId.start_with?('win')
|
139
139
|
cust_runonce = RbVmomi::VIM::CustomizationGuiRunOnce.new(
|
140
140
|
:commandList => [
|
141
141
|
'winrm set winrm/config/client/auth @{Basic="true"}',
|