chef-config 16.0.287 → 16.1.0
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 +4 -4
- data/lib/chef-config/config.rb +0 -27
- data/lib/chef-config/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e344a243d3403a1ed61ba3a1cc489a1308944c69ac08280b640383ef7a2dedb7
|
|
4
|
+
data.tar.gz: c936ee0ff53682b95b6c9c3cc9706fcb93e4bf1f33505794191cce80faca28e0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 332493f5012f9cb0d48060c7ea8e535a953c35ef3d74137c437adb3f35a115aac5624e3556610b470c7ed37a99ce3004e6c13ba3c8477b2df3474782f3c0a108
|
|
7
|
+
data.tar.gz: 7480d9d496868db76840fb21594a3175e9b04f17aefa9dc8393484a0a20df2c7aa24571dd36c92e9366349955e78efa5f0122aef3e64456f1ae8a23b4cd39dfb
|
data/lib/chef-config/config.rb
CHANGED
|
@@ -847,33 +847,6 @@ module ChefConfig
|
|
|
847
847
|
|
|
848
848
|
# knife configuration data
|
|
849
849
|
config_context :knife do
|
|
850
|
-
# XXX: none of these default values are applied to knife (and would create a backcompat
|
|
851
|
-
# break in knife if this bug was fixed since many of the defaults below are wrong). this appears
|
|
852
|
-
# to be the start of an attempt to be able to use config_strict_mode true? if so, this approach
|
|
853
|
-
# is fraught with peril because this namespace is used by every knife plugin in the wild and
|
|
854
|
-
# we would need to validate every cli option in every knife attribute out there and list them all here.
|
|
855
|
-
#
|
|
856
|
-
# based on the way that people may define `knife[:foobar] = "something"` for the knife-foobar
|
|
857
|
-
# gem plugin i'm pretty certain we can never turn on anything like config_string_mode since
|
|
858
|
-
# any config value may be a typo or it may be in some gem in some knife plugin we don't know about.
|
|
859
|
-
#
|
|
860
|
-
# we do still need to maintain at least one of these so that the knife config hash gets
|
|
861
|
-
# created.
|
|
862
|
-
#
|
|
863
|
-
# this whole situation is deeply unsatisfying.
|
|
864
|
-
default :ssh_port, nil
|
|
865
|
-
default :ssh_user, nil
|
|
866
|
-
default :ssh_attribute, nil
|
|
867
|
-
default :ssh_gateway, nil
|
|
868
|
-
default :ssh_gateway_identity, nil
|
|
869
|
-
default :bootstrap_version, nil
|
|
870
|
-
default :bootstrap_proxy, nil
|
|
871
|
-
default :bootstrap_template, nil
|
|
872
|
-
default :secret, nil
|
|
873
|
-
default :secret_file, nil
|
|
874
|
-
default :host_key_verify, nil
|
|
875
|
-
default :forward_agent, nil
|
|
876
|
-
default :sort_status_reverse, nil
|
|
877
850
|
default :hints, {}
|
|
878
851
|
end
|
|
879
852
|
|
data/lib/chef-config/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: chef-config
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 16.0
|
|
4
|
+
version: 16.1.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Adam Jacob
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-05-
|
|
11
|
+
date: 2020-05-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: chef-utils
|
|
@@ -16,14 +16,14 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - '='
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 16.0
|
|
19
|
+
version: 16.1.0
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
24
|
- - '='
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: 16.0
|
|
26
|
+
version: 16.1.0
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: mixlib-shellout
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|