chef-config 15.13.8 → 15.16.7
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/dist.rb +7 -0
- 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: ad3e09a7a43e54ff6213cd2ab4c2e4be128ed569d2c83a17e53e0251abaefc2c
|
4
|
+
data.tar.gz: 4360def1c9267de91f875d968e44d330f8f8a3d066648bb67d79feaa99f66daa
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 70824bd7d621c1b1064f35a2ce8a5ad5367f8dafe15a7b38bd2f492b854dd93aee39c566504a7eff92a316024b73aa3af88d7ed51fe8a1c20e4982e9385832a9
|
7
|
+
data.tar.gz: 3f2019bc76dd43afb19320111c5739ccb5ef4e3492aa1809386c0de7d49a2039d54849b24a452a0fcb34ce3d40c6e1462960aa4b169f86d3fb9230b13e9dad32
|
data/lib/chef-config/config.rb
CHANGED
@@ -359,7 +359,7 @@ module ChefConfig
|
|
359
359
|
#
|
360
360
|
# @param path [String]
|
361
361
|
def self.path_accessible?(path)
|
362
|
-
File.
|
362
|
+
File.exist?(path) && File.readable?(path) && File.writable?(path)
|
363
363
|
end
|
364
364
|
|
365
365
|
# Where cookbook files are stored on the server (by content checksum)
|
data/lib/chef-config/dist.rb
CHANGED
@@ -22,5 +22,12 @@ module ChefConfig
|
|
22
22
|
|
23
23
|
# Enable forcing Chef EULA
|
24
24
|
ENFORCE_LICENSE = true
|
25
|
+
|
26
|
+
# The servers's alias (chef-server)
|
27
|
+
SERVER = "chef-server".freeze
|
28
|
+
|
29
|
+
# The server's configuration utility
|
30
|
+
SERVER_CTL = "chef-server-ctl".freeze
|
31
|
+
|
25
32
|
end
|
26
33
|
end
|
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: 15.
|
4
|
+
version: 15.16.7
|
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: 2021-04-02 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: 15.
|
19
|
+
version: 15.16.7
|
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: 15.
|
26
|
+
version: 15.16.7
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: mixlib-shellout
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|