knife-vcenter 5.0.0 → 5.0.2

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
  SHA256:
3
- metadata.gz: 623c199e59de931af1b1f631c4e2179cf3d2edfc5ba53366b3ed1060fc186759
4
- data.tar.gz: 354d21619fbbbc382007fabaa6bcbc462d579ecb27d6d47f132d85f39ff79a9e
3
+ metadata.gz: eef4ee6cd63d8088d6ae99d029481fcdeb42a180b0755dc3ca6978f28ede4f3e
4
+ data.tar.gz: 73b59b285f808822695d23dcf4da81c09a6154b211f7e0f08baa51b0725d7239
5
5
  SHA512:
6
- metadata.gz: 00ba3056b9745793ff226fc7b4f452fa2dc288b71221515972d030435b2170147e5a13612c20d308e5ef91d3ea372f577a61c130fde94e6bbd257ccece6dce59
7
- data.tar.gz: 8461ae70e178bae44c55a2dbfb4669e47942a191ab36c8c77ba5d21dc42455c03ba52879bd83bbf31b2269bb5a7d01a7fab1232fbf22bd255a8812b40445c7be
6
+ metadata.gz: 65731ebf6481dc6366b5c25e68ee4e3467726248ce3ff065990c376d5b3c0cef97b2210514ad4e8165af928910b234bd49ac861801306e11d35a1313693e88f5
7
+ data.tar.gz: 5daa3c3a9d70c099bc269452400e1f5cfe26ac4b62e85d6b7e31b1b954ab96438a3c7d4509e2d25955f9838d1700a19e799a3a4a1b6e57be2ace4b56980ee295
@@ -33,6 +33,7 @@ class Chef
33
33
  # lazy load this file as it includes vmware deps that we only want at plugin runtime
34
34
  deps do
35
35
  require_relative "cloud/vcenter_service"
36
+ include VcenterServiceHelpers
36
37
  end
37
38
 
38
39
  # Creates the columns and how to sort the columns
@@ -35,6 +35,7 @@ class Chef
35
35
  # lazy load this file as it includes vmware deps that we only want at plugin runtime
36
36
  deps do
37
37
  require_relative "cloud/vcenter_service"
38
+ include VcenterServiceHelpers
38
39
  end
39
40
 
40
41
  # Sets up the columns for listing out and sorts by name
@@ -35,6 +35,7 @@ class Chef
35
35
  # lazy load this file as it includes vmware deps that we only want at plugin runtime
36
36
  deps do
37
37
  require_relative "cloud/vcenter_service"
38
+ include VcenterServiceHelpers
38
39
  end
39
40
 
40
41
  # Sets up the columns for listing out and sorts by name
@@ -38,6 +38,7 @@ class Chef
38
38
  # lazy load this file as it includes vmware deps that we only want at plugin runtime
39
39
  deps do
40
40
  require_relative "cloud/vcenter_service"
41
+ include VcenterServiceHelpers
41
42
  end
42
43
 
43
44
  option :template,
@@ -37,6 +37,7 @@ class Chef
37
37
  # lazy load this file as it includes vmware deps that we only want at plugin runtime
38
38
  deps do
39
39
  require_relative "cloud/vcenter_service"
40
+ include VcenterServiceHelpers
40
41
  end
41
42
 
42
43
  option :targethost,
@@ -35,6 +35,7 @@ class Chef
35
35
  # lazy load this file as it includes vmware deps that we only want at plugin runtime
36
36
  deps do
37
37
  require_relative "cloud/vcenter_service"
38
+ include VcenterServiceHelpers
38
39
  end
39
40
 
40
41
  # rubocop:disable Style/GuardClause
@@ -36,6 +36,7 @@ class Chef
36
36
  # lazy load this file as it includes vmware deps that we only want at plugin runtime
37
37
  deps do
38
38
  require_relative "cloud/vcenter_service"
39
+ include VcenterServiceHelpers
39
40
  end
40
41
 
41
42
  # Sets up the columns for listing out and sorts by name
@@ -35,6 +35,7 @@ class Chef
35
35
  # lazy load this file as it includes vmware deps that we only want at plugin runtime
36
36
  deps do
37
37
  require_relative "cloud/vcenter_service"
38
+ include VcenterServiceHelpers
38
39
  end
39
40
 
40
41
  def validate_params!
@@ -20,5 +20,5 @@
20
20
  # Provisions machines in vCenter
21
21
  module KnifeVcenter
22
22
  # The version of this amazing Gem, you should <3 it.
23
- VERSION = "5.0.0"
23
+ VERSION = "5.0.2"
24
24
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: knife-vcenter
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.0.0
4
+ version: 5.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chef Partner Engineering
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-06-05 00:00:00.000000000 Z
11
+ date: 2020-06-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: chef