summaryrefslogtreecommitdiff
path: root/RELEASE_NOTES.md
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-03-27 10:18:38 -0700
committerTim Smith <tsmith@chef.io>2018-03-27 10:18:38 -0700
commit180d43c2da144d8d6cc3aeaabac15c6df5322c63 (patch)
tree03de8f2cff07a64c58cb030a55da5b9bfa92e77a /RELEASE_NOTES.md
parent17f2bbdc801b4264fcdde8d8cd85ba1d91a87d7d (diff)
downloadchef-180d43c2da144d8d6cc3aeaabac15c6df5322c63.tar.gz
Shard is also optional
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r--RELEASE_NOTES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index fb2a0d3f16..db77aafb88 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -256,7 +256,7 @@ Ohai also now properly detects LXD containers and macOS guests running on Virtua
Ohai now includes the ability to mark plugins as optional, which skips those plugins by default. This allows us to ship additional plugins, which some users may find useful, but not all users want that data collected in the node object on a Chef server. The change introduces two new configuration options; `run_all_plugins` which runs everything including optional plugins, and `optional_plugins` which allows you to run plugins marked as optional.
-By default we will now be marking the `lspci`, `sessions` and `passwd` plugins as optional. Passwd has been particularly problematic for nodes attached to LDAP or AD where it attempts to write the entire directory's contents to the node. If you previously disabled this plugin via Ohai config, you no longer need to. Hurray!
+By default we will now be marking the `lspci`, `sessions` `shard` and `passwd` plugins as optional. Passwd has been particularly problematic for nodes attached to LDAP or AD where it attempts to write the entire directory's contents to the node. If you previously disabled this plugin via Ohai config, you no longer need to. Hurray!
## Other Changes