diff options
author | Bryan McLellan <btm@loftninjas.org> | 2017-10-25 07:10:48 -0400 |
---|---|---|
committer | Bryan McLellan <btm@loftninjas.org> | 2017-10-25 07:10:48 -0400 |
commit | 956c11436ed97cdf4f95d61c895be6e529bbc8d9 (patch) | |
tree | f1943d6f33f504a1900f5684f7781963442e347c /Gemfile.lock | |
parent | d646ef03f32874a150a09603ca09ef59abcf13f6 (diff) | |
download | chef-956c11436ed97cdf4f95d61c895be6e529bbc8d9.tar.gz |
Include Ohai 13.6btm/ohai_13_6
Ohai Release Notes 13.6
- Critical Plugins
Users can now specify a list of plugins which are `critical`. Critical plugins will cause Ohai to fail if they do not run successfully (and thus cause a Chef run using Ohai to fail). The syntax for this is:
```
ohai.critical_plugins << :Filesystem
```
- Filesystem now has a `allow_partial_data` configuration option
The Filesystem plugin now has a `allow_partial_data` configuration option. If set, the filesystem will return whatever data it can even if some commands it ran failed.
- Rackspace detection on Windows
Windows nodes running on Rackspace will now properly detect themselves as running on Rackspace without a hint file.
- Package data on Amazon Linux
The Packages plugin now supports gathering packages data on Amazon Linux
Signed-off-by: Bryan McLellan <btm@loftninjas.org>
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index c868e9abf1..bf4820d41a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -224,7 +224,7 @@ GEM nori (2.6.0) octokit (4.7.0) sawyer (~> 0.8.0, >= 0.5.3) - ohai (13.5.0) + ohai (13.6.0) chef-config (>= 12.5.0.alpha.1, < 14) ffi (~> 1.9) ffi-yajl (~> 2.2) |