summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-04-28 08:16:33 -0700
committerTim Smith <tsmith84@gmail.com>2020-04-28 08:16:33 -0700
commitba31cc746c23ff42f6400e8b21e7c1c312344da8 (patch)
tree9a3cb63b91422ce5c370a0e68be21d37c3fc222d
parent2f538f5dd2cb0c583065f56aa4c19735cbaf7d56 (diff)
downloadchef-ba31cc746c23ff42f6400e8b21e7c1c312344da8.tar.gz
Update plugin names
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--RELEASE_NOTES.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index c3ce9f5bc4..4a10a90bdf 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -477,11 +477,11 @@ Ohai has been improved to gather additional system configuration information for
#### Extended Azure Metadata
-The Azure Ohai plugin now gathers the latest version of the metadata provided by the Azure metadata endpoint. This greatly expands the information available on Azure instances. See [Ohai PR 1427](https://github.com/chef/ohai/pull/1427) for an example of the new data gathered.
+The `Azure` Ohai plugin now gathers the latest version of the metadata provided by the Azure metadata endpoint. This greatly expands the information available on Azure instances. See [Ohai PR 1427](https://github.com/chef/ohai/pull/1427) for an example of the new data gathered.
#### 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 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.
Note: Both of these plugins are optional plugins which are disabled by default. They can be enabled via your `client.rb`: