summaryrefslogtreecommitdiff
path: root/RELEASE_NOTES.md
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-11-06 11:56:09 -0800
committerTim Smith <tsmith@chef.io>2018-11-06 11:56:09 -0800
commite34c188b4e64a359094c0a43fb3cdc1c5c134304 (patch)
tree9ccfaca67be80edeb737b43e2a92ffd16f91dd81 /RELEASE_NOTES.md
parentaf1d8fa79d2a2233134a4fc4049845fee87f9530 (diff)
downloadchef-e34c188b4e64a359094c0a43fb3cdc1c5c134304.tar.gz
Add additional descriptions to resource and update otherswording
Update descriptions to match the edits that were done to the docs site. Also fix windows_share to lazily eval the arrays, which is a bugfix + a docs fix the way we generate docs right now. Signed-off-by: Tim Smith <tsmith@chef.io>gi 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 f6ae227e97..9352130481 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -660,7 +660,7 @@ Use the swap_file resource to create or delete swap files on Linux systems, and
### sysctl
-Use the sysctl resource to set kernel parameters using the sysctl command line tool and configuration files in the system's `sysctl.d` directory. Configuration files managed by this resource are named 99-chef-KEYNAME.conf. If an existing value was already set for the value it will be backed up to the node and restored if the :remove action is used later. This resource was ported from the `sysctl` community cookbook.
+Use the sysctl resource to set or remove kernel parameters using the sysctl command line tool and configuration files in the system's `sysctl.d` directory. Configuration files managed by this resource are named 99-chef-KEYNAME.conf. If an existing value was already set for the value it will be backed up to the node and restored if the :remove action is used later. This resource was ported from the `sysctl` community cookbook.
`Note`: This resource no longer backs up existing key values to the node when changing values as we have done in the sysctl cookbook previously. The resource has also been renamed from `sysctl_param` to `sysctl` with backwards compatibility for the previous name.