chef 12.21.20 → 12.21.26
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/README.md +1 -1
- data/VERSION +1 -1
- data/lib/chef/util/dsc/lcm_output_parser.rb +1 -1
- data/lib/chef/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1e2e3abf9e4c5853923de60e6b6beb09722e007c
|
|
4
|
+
data.tar.gz: 67a9cf2bc3448532f1efb0fddf57060fd6b525fd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 94ab89e48446eb99af440b7a1c66a64b8a028487ffe5d0a0d4c57777bb5a41018b27f6f76bc215d4aa73face2325c19c983b7fc01ed44361a677436136242872
|
|
7
|
+
data.tar.gz: d9802acc2783f2be793afbbc078de9083cfb2abca387853b9d3e267651ff60977d2908cf90f6e89dfb9653b66c799fa014684f7ccc96b302127d08c54ccfc6aa
|
data/README.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
12.21.
|
|
1
|
+
12.21.26
|
|
@@ -85,7 +85,7 @@ class Chef
|
|
|
85
85
|
resources = []
|
|
86
86
|
lcm_output.lines.each do |line|
|
|
87
87
|
op_action , op_value = line.strip.split(":")
|
|
88
|
-
op_action
|
|
88
|
+
op_action && op_action.strip!
|
|
89
89
|
case op_action
|
|
90
90
|
when "InDesiredState"
|
|
91
91
|
current_resource[:skipped] = op_value.strip == "True" ? true : false
|
data/lib/chef/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: chef
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 12.21.
|
|
4
|
+
version: 12.21.26
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Adam Jacob
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-10-
|
|
11
|
+
date: 2017-10-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: chef-config
|
|
@@ -16,14 +16,14 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - '='
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 12.21.
|
|
19
|
+
version: 12.21.26
|
|
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: 12.21.
|
|
26
|
+
version: 12.21.26
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: mixlib-cli
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -2651,7 +2651,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
2651
2651
|
version: '0'
|
|
2652
2652
|
requirements: []
|
|
2653
2653
|
rubyforge_project:
|
|
2654
|
-
rubygems_version: 2.6.
|
|
2654
|
+
rubygems_version: 2.6.14
|
|
2655
2655
|
signing_key:
|
|
2656
2656
|
specification_version: 4
|
|
2657
2657
|
summary: A systems integration framework, built to bring the benefits of configuration
|