chef-config 15.3.14 → 15.4.45

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: faf22fe286fc2ca7564c8fa05d48e5c42ebdca2d19e83b9f9273bf148ba5d86d
4
- data.tar.gz: 63fd08551db977cf6665cb2e1dda853f011d338c9f638487cfb8e4ab2fb55cbb
3
+ metadata.gz: 16d40b49537155945f51eda6a762b794f00a82c9dff824b0dabbb58fcabd3e0b
4
+ data.tar.gz: f07e392b7ce953e6c71121099c39512d6a1902c8f350a748e2484a7890861e14
5
5
  SHA512:
6
- metadata.gz: 49b8e7e04fbca4f7c8fc29e775195858c53b6f4c7bb7530d296187a6dc1cfa91adaee70a0b0c1956c2948633f5203a4fe48950ea1e6b21839d6034923343a3d9
7
- data.tar.gz: 5625ceaa3afaad296fcb32e4d12ff0558b35afc61e1386150d9e6345e433b25f65d3cd7f503e3649213df840514290590d2a52e9ae67c6c087cfdd2662856b59
6
+ metadata.gz: c3291e0dba33d3eecf69fe9e201290b13c3e4c4ade964c7bf6d38836f84f6235cf5b21f18bd43d5671d8998d31c107705acf49565669cc1f9f5b6f19082cf1bf
7
+ data.tar.gz: 2a6ab1f73ea1ada4ef3be785d8eec3036eba88f087b6b50eb153f8bcd9dd8f31f036cac3a68ab80dfe5dc98529fed3d373e58d54290d1483d9d1265419813ac5
@@ -954,14 +954,18 @@ module ChefConfig
954
954
  default :watchdog_timeout, 2 * (60 * 60) # 2 hours
955
955
  end
956
956
 
957
- # Add an empty and non-strict config_context for chefdk. This lets the user
958
- # have code like `chefdk.generator_cookbook "/path/to/cookbook"` in their
959
- # config.rb, and it will be ignored by tools like knife and ohai. ChefDK
960
- # itself can define the config options it accepts and enable strict mode,
957
+ # Add an empty and non-strict config_context for chefdk and chefcli.
958
+ # This lets the user have code like `chefdk.generator_cookbook "/path/to/cookbook"` or
959
+ # `chefcli[:generator_cookbook] = "/path/to/cookbook"` in their config.rb,
960
+ # and it will be ignored by tools like knife and ohai. ChefDK and ChefCLI
961
+ # themselves can define the config options it accepts and enable strict mode,
961
962
  # and that will only apply when running `chef` commands.
962
963
  config_context :chefdk do
963
964
  end
964
965
 
966
+ config_context :chefcli do
967
+ end
968
+
965
969
  # Configuration options for Data Collector reporting. These settings allow
966
970
  # the user to configure where to send their Data Collector data, what token
967
971
  # to send, and whether Data Collector should report its findings in client
@@ -21,7 +21,7 @@
21
21
 
22
22
  module ChefConfig
23
23
  CHEFCONFIG_ROOT = File.expand_path("../..", __FILE__)
24
- VERSION = "15.3.14".freeze
24
+ VERSION = "15.4.45".freeze
25
25
  end
26
26
 
27
27
  #
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.3.14
4
+ version: 15.4.45
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adam Jacob
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-09-11 00:00:00.000000000 Z
11
+ date: 2019-10-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: mixlib-shellout