chef-config 18.9.4 → 18.11.11
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 +1 -1
- data/lib/chef-config/version.rb +1 -1
- data/spec/unit/workstation_config_loader_spec.rb +2 -3
- 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: 454b2c30e79bcdbe20a553607d21b9ea825aac2875c204e18577897825b45d74
|
|
4
|
+
data.tar.gz: 1167f667e77bcd772ca3d5bd299bbc174b9f3710c4bb6bd8a3c8a1e17e7c7d09
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 71a60ad024d4161eb040aea990cbfe590d7e8d4da771c1e4ec5f36816ebba5509f6ba4b313cabbfded4eeffeb7744680b379e95aab5fadb292c210f86167c157
|
|
7
|
+
data.tar.gz: 3e489ab7b97f9637132d179a589410e6775b9acfc75bd508d38507d313a15d1946fe5bb2f61c0d1fa381db764a8c2c7fbd6f1de97289bd4e4678641206c4520e
|
data/lib/chef-config/config.rb
CHANGED
|
@@ -1201,7 +1201,7 @@ module ChefConfig
|
|
|
1201
1201
|
end
|
|
1202
1202
|
end
|
|
1203
1203
|
|
|
1204
|
-
|
|
1204
|
+
proxy unless fuzzy_hostname_match_any?(host, ENV["no_proxy"])
|
|
1205
1205
|
end
|
|
1206
1206
|
|
|
1207
1207
|
# Chef requires an English-language UTF-8 locale to function properly. We attempt
|
data/lib/chef-config/version.rb
CHANGED
|
@@ -480,11 +480,10 @@ RSpec.describe ChefConfig::WorkstationConfigLoader do
|
|
|
480
480
|
node_name = 'barney'
|
|
481
481
|
client_key = "barney_rubble.pem"
|
|
482
482
|
chef_server_url = "https://api.chef.io/organizations/bedrock"
|
|
483
|
-
|
|
484
|
-
secret_file = "/home/barney/.chef/encrypted_data_bag_secret.pem"
|
|
485
|
-
}
|
|
483
|
+
|
|
486
484
|
[default.knife]
|
|
487
485
|
ssh_user = "knife_ssh_user"
|
|
486
|
+
secret_file = "/home/barney/.chef/encrypted_data_bag_secret.pem"
|
|
488
487
|
EOH
|
|
489
488
|
content
|
|
490
489
|
end
|
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: 18.
|
|
4
|
+
version: 18.11.11
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Adam Jacob
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-
|
|
11
|
+
date: 2026-07-10 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: 18.
|
|
19
|
+
version: 18.11.11
|
|
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: 18.
|
|
26
|
+
version: 18.11.11
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: mixlib-shellout
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|