chef-config 18.5.0 → 18.7.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 +4 -4
- data/lib/chef-config/config.rb +1 -8
- data/lib/chef-config/mixin/credentials.rb +0 -2
- 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: 17eb9e532b609f23b152d3e17a58e6345dd3c0f513fa1f386cb8b6dd64b7691e
|
4
|
+
data.tar.gz: a225c6e13989101a2d1cc83628174f74045a4e1c5ef517168d64cbabc9ab5682
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5af8f2482e6e4c9a4d221fe25bb4143bf60abba6cefb554440e68517a857d06504ce4e691a3341be866c6440e08e25910455e39fd991fff1a2f3d34cd72f062b
|
7
|
+
data.tar.gz: 02d90e23a9cba04a77a230861c55d7fc40d7b7928ba5293d27cc46cdd63721fcee8ef2ca559e44ed8f1e5889407cfe60e50e60c83bf817a814808a2d5810d5fb
|
data/lib/chef-config/config.rb
CHANGED
@@ -421,14 +421,7 @@ module ChefConfig
|
|
421
421
|
# If your `file_cache_path` resides on a NFS (or non-flock()-supporting
|
422
422
|
# fs), it's recommended to set this to something like
|
423
423
|
# '/tmp/chef-client-running.pid'
|
424
|
-
|
425
|
-
# parallel execution of Chef against different targets
|
426
|
-
default(:lockfile) do
|
427
|
-
prefix = ""
|
428
|
-
prefix = "#{ChefConfig::Config.node_name}-" if ChefConfig::Config.target_mode?
|
429
|
-
|
430
|
-
PathHelper.join(file_cache_path, "#{prefix}#{ChefUtils::Dist::Infra::CLIENT}-running.pid")
|
431
|
-
end
|
424
|
+
default(:lockfile) { PathHelper.join(file_cache_path, "#{ChefUtils::Dist::Infra::CLIENT}-running.pid") }
|
432
425
|
|
433
426
|
## Daemonization Settings ##
|
434
427
|
# What user should Chef run as?
|
@@ -54,8 +54,6 @@ module ChefConfig
|
|
54
54
|
# @since 14.4
|
55
55
|
# @return [String]
|
56
56
|
def credentials_file_path
|
57
|
-
return Chef::Config[:credentials] if defined?(Chef::Config) && Chef::Config.key?(:credentials)
|
58
|
-
|
59
57
|
PathHelper.home(ChefUtils::Dist::Infra::USER_CONF_DIR, "credentials").freeze
|
60
58
|
end
|
61
59
|
|
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: 18.
|
4
|
+
version: 18.7.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Adam Jacob
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2025-03-31 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.7.3
|
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.7.3
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: mixlib-shellout
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|