knife-vsphere 1.2.22 → 1.2.23

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: c6a2061ebd4d7e9f14eb44fb90f8641e2f811c4c
4
- data.tar.gz: 179ce77c203ad335c82a872ed55a93e8d4e8751c
3
+ metadata.gz: 4f8cb1ebf7619c1b5f50c38e109f45783b4fc361
4
+ data.tar.gz: 2270f974a260ad9beb73df5a9f6669ba86ab5678
5
5
  SHA512:
6
- metadata.gz: c78a89b81505d49aee5040c9863f128437bc55c54d4a7cd36e69e4af48ac700d1b89b7ac646b7f9ff0e5b11ff1c371b8d3d7e4ce407ee66fd2d094f2559658d6
7
- data.tar.gz: d485ec257d46837ba95cb19ca1ed9148ce3193dafe1dfbf0eea04af3a6f3630286a67a2323349fdd6ce6ae893846ec87518db1da8c8277765af4be97896de0fe
6
+ metadata.gz: e0cab5972517ffbc472360ec3a020a2509a4b6b7f8283fef983392183fe1f4b37f46cb4c08268e28a929d9ba1bbf21ae6aaff484e179026538638f437c8cf17c
7
+ data.tar.gz: e747062b1748bb489b68b1bd5405bba33ac9a0649f6a9de9ffcc7368ec47ac2ab877f65f3822762a7b36fead4a74707503cee64f56dfb41bbf117a24130e133b
@@ -648,7 +648,7 @@ class Chef::Knife::VsphereVmClone < Chef::Knife::BaseVsphereCommand
648
648
  cust_spec.globalIPSettings.dnsSuffixList = get_config(:customization_dns_suffixes).split(',')
649
649
  end
650
650
 
651
- if config[:customization_ips]
651
+ if config[:customization_ips] != NO_IPS
652
652
  cust_spec.nicSettingMap = config[:customization_ips].split(',').map.with_index { |cust_ip, index|
653
653
  generate_adapter_map(cust_ip, get_config(:customization_gw), mac_list[index])
654
654
  }
@@ -1,3 +1,3 @@
1
1
  module KnifeVsphere
2
- VERSION = '1.2.22'
2
+ VERSION = '1.2.23'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: knife-vsphere
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.22
4
+ version: 1.2.23
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ezra Pagel
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-12-23 00:00:00.000000000 Z
11
+ date: 2017-01-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: filesize