knife-zero 1.18.1 → 1.18.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_converge.rb +1 -0
- data/lib/knife-zero/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3482b27b06c57e695fffe467a3dc5fe813c5c108
|
4
|
+
data.tar.gz: a31005457dbeacb0552fcde7927efa49457f865f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 49261c9d9dc2132d2e2404801399ba06ea66d3c577cb2e494ebe16a159c186eb32578dc8dd8dac0cfe39e3adc68010df96f9bc1cafc277226aa505626d40ff6f
|
7
|
+
data.tar.gz: d4ce400adca4cc8b25bad7d8ae7b694210e4d4fd55c9b2e32e6b77e587c3cec59876f1d17f97bc8b705c2c610385902eb9198f96a88e98960249e3b43c4d3f83
|
data/CHANGELOG.md
CHANGED
@@ -92,6 +92,7 @@ class Chef
|
|
92
92
|
s << " -n #{@config[:named_run_list]}" if @config[:named_run_list]
|
93
93
|
s << " --skip-cookbook-sync" if @config[:skip_cookbook_sync]
|
94
94
|
s << " --no-color" unless @config[:color]
|
95
|
+
s << " -E #{@config[:environment]}" if @config[:environment]
|
95
96
|
s << " -W" if @config[:why_run]
|
96
97
|
Chef::Log.info "Remote command: " + s
|
97
98
|
s
|
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.18.
|
4
|
+
version: 1.18.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- sawanoboly
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-
|
11
|
+
date: 2017-07-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -192,7 +192,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
192
192
|
version: '0'
|
193
193
|
requirements: []
|
194
194
|
rubyforge_project:
|
195
|
-
rubygems_version: 2.6.
|
195
|
+
rubygems_version: 2.6.11
|
196
196
|
signing_key:
|
197
197
|
specification_version: 4
|
198
198
|
summary: Run chef-client at remote node with chef-zero(local-mode) via HTTP over SSH
|