knife-zero 1.17.1 → 1.17.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/chef/knife/zero_bootstrap.rb +1 -1
- data/lib/knife-zero/version.rb +1 -1
- metadata +2 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7aa3b8b95a39014c30db5dd890963627c6bf3021
|
4
|
+
data.tar.gz: 50dd86832ec103289091b8b2677144aa1b6321db
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5c6937f7d30abc37b22e1dbd6e198fc8ec0162282c014970bddc1268d01e0f5f66cc18a734ca4e54fd338bdaff79b7c558eca3ebab2a871d50ecc2999cac0bee
|
7
|
+
data.tar.gz: 9f2bf733ed07fb70d6dbdfada604fb25fbfa0f00a0ca5083cf275a587b5f4ae2af88ddfdc05c31a9538b97c9c32897f3b145d717cfbb99651eaf7af780e0a41f
|
data/CHANGELOG.md
CHANGED
@@ -92,7 +92,7 @@ class Chef
|
|
92
92
|
ssh = Chef::Knife::BootstrapSsh.new
|
93
93
|
ssh.ui = ui
|
94
94
|
ssh.name_args = [ server_name, ssh_command ]
|
95
|
-
ssh.config = Net::SSH.configuration_for(server_name)
|
95
|
+
ssh.config = Net::SSH.configuration_for(server_name, true)
|
96
96
|
ssh.config[:ssh_user] = user_name || config[:ssh_user] || Chef::Config[:knife][:ssh_user]
|
97
97
|
ssh.config[:ssh_password] = config[:ssh_password]
|
98
98
|
ssh.config[:ssh_port] = config[:ssh_port] || Chef::Config[:knife][:ssh_port]
|
data/lib/knife-zero/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: knife-zero
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.17.
|
4
|
+
version: 1.17.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- sawanoboly
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2017-01-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -198,4 +198,3 @@ specification_version: 4
|
|
198
198
|
summary: Run chef-client at remote node with chef-zero(local-mode) via HTTP over SSH
|
199
199
|
port fowarding.
|
200
200
|
test_files: []
|
201
|
-
has_rdoc:
|