clc-chef-metal-vsphere 0.3.44 → 0.3.45
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_helpers.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4a7ee7c19231fcbfec8d122c32ba78dbf116b8f7
|
4
|
+
data.tar.gz: 2ee476a084394418716ffebf43f2375b47f18ffb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e8b426d956a1706254792d81e6c6cb8c4435bc72b904e93c851d0fb5e7a584140b6dafda797e8e738dd0ec08567385382793e3e6890c03d995e904fb637bddf6
|
7
|
+
data.tar.gz: af6668c6b9164bc209aad7674c309e9cb8015591abcd2369c633066e155a35433c480f1fc8a7790408a17dbe92c5bb3d852b2a7519effd6fbfe3ce6c7608e594
|
@@ -343,7 +343,7 @@ module ChefMetalVsphere
|
|
343
343
|
if cust_options.has_key?(:domain) and cust_options[:domain] != 'local'
|
344
344
|
cust_domain_password = RbVmomi::VIM::CustomizationPassword(
|
345
345
|
:plainText => true,
|
346
|
-
:value => cust_options[:domainAdminPassword])
|
346
|
+
:value => ENV['domainAdminPassword'] || cust_options[:domainAdminPassword])
|
347
347
|
cust_id = RbVmomi::VIM::CustomizationIdentification.new(
|
348
348
|
:joinDomain => cust_options[:domain],
|
349
349
|
:domainAdmin => cust_options[:domainAdmin],
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: clc-chef-metal-vsphere
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.45
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- CenturyLink Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-08-
|
11
|
+
date: 2014-08-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: chef
|