chef-config 14.4.56 → 14.5.27
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/chef-config/path_helper.rb +1 -1
- data/lib/chef-config/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b37c6bd4b7790d280200bd8e5d6f95251b2c459bd2038368876628242f0ab7b0
|
4
|
+
data.tar.gz: f51295a80e7ec6b1239bae03705e25b3b2c55834e91204e9249c0a845c2e7d4b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c8cbfe514575786b52915234b112e79f83bfb474aba483781489a63bd462361f40f2cf3706a76b2eac60e0a5dcb8a794c9faeb636d12ac5bf318b56b21dbed9f
|
7
|
+
data.tar.gz: 89d0441bcd7b88595f234cd406dabb2dc7cd477629f435dd8b149cc784ee0e0bf8805dcb7d6407b15852f4e3008589d5fa95c6564d82e81ea67ed6d48fa0b9da
|
@@ -267,7 +267,7 @@ module ChefConfig
|
|
267
267
|
# Determine if the given path is protected by OS X System Integrity Protection.
|
268
268
|
def self.is_sip_path?(path, node)
|
269
269
|
if node["platform"] == "mac_os_x" && Gem::Version.new(node["platform_version"]) >= Gem::Version.new("10.11")
|
270
|
-
# todo: parse rootless.conf for this?
|
270
|
+
# @todo: parse rootless.conf for this?
|
271
271
|
sip_paths = [
|
272
272
|
"/System", "/bin", "/sbin", "/usr"
|
273
273
|
]
|
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: 14.
|
4
|
+
version: 14.5.27
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Adam Jacob
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-
|
11
|
+
date: 2018-09-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: mixlib-shellout
|