chef-config 12.14.60 → 12.14.77
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 +4 -0
- data/lib/chef-config/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 979c76ce15080d39c17532fefb1646fcc22fcff2
|
|
4
|
+
data.tar.gz: c42424683f93fcb6f32ec53fd987a8d525313576
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c749f79868591ced2eb068776065f72329c3ef68ee06c5b4c0d3fdd71ce1aaefa8d8b2b31e31b05285a17e65865678c166ce7b94d74dff7d6d699d89beac2ea2
|
|
7
|
+
data.tar.gz: 9ce7697a30548417b2199a3c6892649d37250776d367413039af6e7b5c9a096e05d0cefb2e86e0c7bea69d33327aa5112a09ca5ccaff0fb82431e0cf5c8ca6b1
|
data/lib/chef-config/config.rb
CHANGED
|
@@ -659,6 +659,10 @@ module ChefConfig
|
|
|
659
659
|
ENV.key?("CHEF_TREAT_DEPRECATION_WARNINGS_AS_ERRORS")
|
|
660
660
|
end
|
|
661
661
|
|
|
662
|
+
# Whether the resource count should be updated for log resource
|
|
663
|
+
# on running chef-client
|
|
664
|
+
default :count_log_resource_updates, true
|
|
665
|
+
|
|
662
666
|
# knife configuration data
|
|
663
667
|
config_context :knife do
|
|
664
668
|
# XXX: none of these default values are applied to knife (and would create a backcompat
|
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: 12.14.
|
|
4
|
+
version: 12.14.77
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Adam Jacob
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-09-
|
|
11
|
+
date: 2016-09-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: mixlib-shellout
|