summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2020-04-28 08:21:44 -0700
committerGitHub <noreply@github.com>2020-04-28 08:21:44 -0700
commit13ab0491f88538d2b6ec54036c42a3b487523e49 (patch)
tree788c5b6597cf5939dee68dd16e38a76b640ac570
parentd417ca1e2de4013ade2156e96acae98345614d51 (diff)
downloadchef-13ab0491f88538d2b6ec54036c42a3b487523e49.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 929a1113d8..addf14d018 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -481,7 +481,7 @@ The `Azure` Ohai plugin now gathers the latest version of the metadata provided
#### New Ohai Plugins
-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.
+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 and you will need to add :Ipc or :Interupts. Thanks [@jsvana](https://github.com/jsvana) and [@davide125](https://github.com/davide125) for these new plugins.
Note: Both `IPC` and `Interupts` plugins are optional plugins, which are disabled by default. They can be enabled via your `client.rb`: