knife-cloud 3.0.1 → 3.0.3

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
  SHA256:
3
- metadata.gz: a4d96cc338a339bca256b3d0ecf917a3bfb49ded4a3fff6766f06bb0891424ed
4
- data.tar.gz: bbf7acbadb90632f81aff14e98192f3a73d970e1b8c296e4cda3800cc13c36bc
3
+ metadata.gz: 0727b41523637f5dd2d2eba4963a0e35964709897d278f3de8fd7a7ef2cb5f99
4
+ data.tar.gz: 2397e2551796a94336e6550ca5b66cce165b76b237a49ecc2e27daf217c7b94b
5
5
  SHA512:
6
- metadata.gz: 9340477feda3060e2ada9e6a7d5818bc0fbadea726a38e10d3fa031be572bce72da734afa8b521e9ae619e60cbbcef288c897c60f84422389418e234a15ce6fb
7
- data.tar.gz: ba223b8fb89ed5ec3d01b2fa74afcb1cee622a42fa51148aa86cd0309dc22da9ddaae7232bad3b9e62504323805fec52a881b643189f49a06ea68806178a710a
6
+ metadata.gz: 75f81bcca7dde70a03a9a452740a3996eea12d63075eb7cf859c247450a9bd5c9af7967ef917dcad3632742711dd609ccb2dd90b9601dce37dc5c896dccc11f4
7
+ data.tar.gz: 30cfada30a71df2b06deda09ea5a465a61488e4a9055be2cfd5ddff5155fe60bb3995bb92a881d9998d7750e9cf6d4fc62b4d26a9dc2691bf1129834b915b5eb
@@ -75,6 +75,7 @@ class Chef
75
75
  bootstrap.config[:install_as_service] = locate_config_value(:install_as_service)
76
76
  bootstrap.config[:session_timeout] = locate_config_value(:session_timeout)
77
77
  bootstrap.config[:channel] = locate_config_value(:channel)
78
+ bootstrap.config[:bootstrap_product] = locate_config_value(:bootstrap_product)
78
79
  end
79
80
 
80
81
  end
@@ -118,7 +118,7 @@ class Chef
118
118
  Chef::Log.debug("ssh failed to connect: #{hostname}")
119
119
  sleep 2
120
120
  false
121
- # This happens on some mobile phone networks
121
+ # This happens on some mobile phone networks
122
122
  rescue Errno::ECONNRESET
123
123
  Chef::Log.debug("ssh reset its connection: #{hostname}")
124
124
  sleep 2
@@ -29,7 +29,7 @@ class Chef
29
29
  attr_accessor :service, :custom_arguments
30
30
 
31
31
  def run
32
- # Set dafult config
32
+ # Set dafult config
33
33
  set_default_config
34
34
 
35
35
  # validate compulsory params
@@ -29,7 +29,7 @@ class Chef
29
29
  attr_accessor :service, :custom_arguments
30
30
 
31
31
  def run
32
- # Set dafult config
32
+ # Set dafult config
33
33
  set_default_config
34
34
 
35
35
  # validate compulsory params
@@ -75,7 +75,7 @@ class Chef
75
75
 
76
76
  # Derived classes can override after_exec_command and also call cleanup_on_failure if any exception occured.
77
77
  def after_exec_command
78
- # bootstrap the server
78
+ # bootstrap the server
79
79
  bootstrap
80
80
  rescue CloudExceptions::BootstrapError => e
81
81
  ui.fatal(e.message)
@@ -1,6 +1,6 @@
1
1
  module Knife
2
2
  module Cloud
3
- VERSION = "3.0.1".freeze
3
+ VERSION = "3.0.3".freeze
4
4
  MAJOR, MINOR, TINY = VERSION.split(".")
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: knife-cloud
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1
4
+ version: 3.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kaustubh Deorukhkar
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2020-04-09 00:00:00.000000000 Z
12
+ date: 2020-05-21 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: chef