diff options
author | Tim Smith <tsmith84@gmail.com> | 2020-04-28 08:17:05 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-04-28 08:17:05 -0700 |
commit | 86326b395b3b501b1b8948d90176aaec4e2b77f1 (patch) | |
tree | 55f4c0868f61beba80687a93857eb0b264f5fb64 | |
parent | ba31cc746c23ff42f6400e8b21e7c1c312344da8 (diff) | |
download | chef-86326b395b3b501b1b8948d90176aaec4e2b77f1.tar.gz |
Fix typo
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r-- | RELEASE_NOTES.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 4a10a90bdf..c5bcb679b0 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 interutps 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 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`: |