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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 83a0ab36ed94d634003aacfec310ba1390a356b3
4
- data.tar.gz: 0ba4446773ee6ce0075c8d74b8b65f4d7bbd230c
3
+ metadata.gz: 4a7ee7c19231fcbfec8d122c32ba78dbf116b8f7
4
+ data.tar.gz: 2ee476a084394418716ffebf43f2375b47f18ffb
5
5
  SHA512:
6
- metadata.gz: f9e3c7eae8302e2dc0ce82c7e530cd60188374674da3cc9496a7e89a932ba3bd29c4ea4d13cde25f0b6f23e8121630e5d82ff1631f7a013c396c5797616fdf39
7
- data.tar.gz: a9f36a4b79604faf7dd8732c7a3f8c5542c62864c0c14c17fbe9a2c87a6fbd5612599cb5498890a67d7a9adbf2b847e49c6700b577e42adce3c403492ab02eb4
6
+ metadata.gz: e8b426d956a1706254792d81e6c6cb8c4435bc72b904e93c851d0fb5e7a584140b6dafda797e8e738dd0ec08567385382793e3e6890c03d995e904fb637bddf6
7
+ data.tar.gz: af6668c6b9164bc209aad7674c309e9cb8015591abcd2369c633066e155a35433c480f1fc8a7790408a17dbe92c5bb3d852b2a7519effd6fbfe3ce6c7608e594
@@ -1,3 +1,3 @@
1
1
  module ChefMetalVsphere
2
- VERSION = '0.3.44'
2
+ VERSION = '0.3.45'
3
3
  end
@@ -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.44
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-13 00:00:00.000000000 Z
11
+ date: 2014-08-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: chef