chef-provisioning-vsphere 0.5.7.dev3 → 0.5.7.dev4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0f778a9ae4af6203b2d0eb7f5663c1b1b8abada3
4
- data.tar.gz: c8faca15f12bd087a48a16fd8748c089e7bc71b5
3
+ metadata.gz: 250f8f464903ec4bbc35fcd6737505f4ff67bc2f
4
+ data.tar.gz: ee2d7a263ed80827bec13a2797f8d824c182e882
5
5
  SHA512:
6
- metadata.gz: 08b07fcb55fadc5d25b1f747c40a6aa342147f797b81095760e545bc8af7e87844260e6fad8c36280409eb70a13aa694cb01a09fdc08aac7dc9563cf4262f621
7
- data.tar.gz: df5967c9c2654ca2a40705248c9cd88c450f1a338a8635df26838177ebd7996190e7d4e92f66ab38deb7f4309dcbe40586e7f7726fb4ed6c5a09b679bca0a52e
6
+ metadata.gz: bb1753e540bb3d2feb242a532ed856903204263d1dba4cbf189d48f83013f0df8472b8e27f66847649150104249c141a31c91c5ab6677d7bd63511a4d8e3c21d
7
+ data.tar.gz: 757d92ffc2423a85e7a5edcf459ab0ab3e36653627d5d56e990a7dc71c02c9df104239b27a96af5a1ced503311058aee84f03072acc6fb0b03794bcef5835d28
@@ -1,3 +1,3 @@
1
1
  module ChefProvisioningVsphere
2
- VERSION = '0.5.7.dev3'
2
+ VERSION = '0.5.7.dev4'
3
3
  end
@@ -266,7 +266,7 @@ module ChefProvisioningVsphere
266
266
  Chef::Log.debug("Finding pool: #{pool_name}")
267
267
  pool = find_entity(pool_name, datacenter.hostFolder) do |parent, part|
268
268
  case parent
269
- when RbVmomi::VIM::ClusterComputeResource || RbVmomi::VIM::ComputeResource
269
+ when RbVmomi::VIM::ClusterComputeResource, RbVmomi::VIM::ComputeResource
270
270
  Chef::Log.debug("finding #{part} in a #{parent.class}: #{parent.name}")
271
271
  Chef::Log.debug("Parent root pool has #{parent.resourcePool.resourcePool.count} pools")
272
272
  parent.resourcePool.resourcePool.each { |p| Chef::Log.debug(p.name ) }
@@ -277,7 +277,7 @@ module ChefProvisioningVsphere
277
277
  parent.resourcePool.each { |p| Chef::Log.debug(p.name ) }
278
278
  parent.resourcePool.find { |f| f.name == part }
279
279
  else
280
- Chef::Log.debug("parent of #{part} is unexpected type: #{patrent.class}")
280
+ Chef::Log.debug("parent of #{part} is unexpected type: #{parent.class}")
281
281
  nil
282
282
  end
283
283
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chef-provisioning-vsphere
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.7.dev3
4
+ version: 0.5.7.dev4
5
5
  platform: ruby
6
6
  authors:
7
7
  - CenturyLink Cloud