From 956c11436ed97cdf4f95d61c895be6e529bbc8d9 Mon Sep 17 00:00:00 2001 From: Bryan McLellan Date: Wed, 25 Oct 2017 07:10:48 -0400 Subject: Include 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 --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Gemfile.lock') 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) -- cgit v1.2.1