summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2020-04-28 08:17:39 -0700
committerGitHub <noreply@github.com>2020-04-28 08:17:39 -0700
commit9c290ca4ea47124dc382c6c07741f4ef53926b43 (patch)
treefde9b2ea9bab686a7ecc4a12cd3021b2ddb04ddd
parent86326b395b3b501b1b8948d90176aaec4e2b77f1 (diff)
downloadchef-9c290ca4ea47124dc382c6c07741f4ef53926b43.tar.gz
Update RELEASE_NOTES.md
Signed-off-by: Tim Smith <tsmith@chef.io> Co-Authored-By: mjingle <mjinglewski@chef.io>
-rw-r--r--RELEASE_NOTES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index c5bcb679b0..102ac2d22e 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -483,7 +483,7 @@ The `Azure` Ohai plugin now gathers the latest version of the metadata provided
New `IPC` and `Interupts` plugins have been added to Ohai. The IPC plugin exposes SysV IPC shmem information and interupts plugin exposes data from `/proc/interrupts` and `/proc/irq`. Both of these plugins are disabled by default you you'll need to add :Ipc or :Interupts Thanks [@jsvana](https://github.com/jsvana) and [@davide125](https://github.com/davide125) for these new plugins.
-Note: Both of these plugins are optional plugins which are disabled by default. They can be enabled via your `client.rb`:
+Note: Both `ipc` and `interupts` plugins are optional plugins, which are disabled by default. They can be enabled via your `client.rb`:
```ruby
ohai.optional_plugins = [