diff options
author | Stuart Sears <stuart@sjsears.com> | 2019-11-25 11:07:36 +0000 |
---|---|---|
committer | Stuart Sears <stuart@sjsears.com> | 2019-11-25 11:34:02 +0000 |
commit | edded246ec91f2fc41a6517f26f3fdb45b064873 (patch) | |
tree | eebae1b77c3fd29daa61a99e815f5e5604a27f42 /RELEASE_NOTES.md | |
parent | 5950faefe32276acce969b25c39c428b15cbaec8 (diff) | |
download | chef-edded246ec91f2fc41a6517f26f3fdb45b064873.tar.gz |
updated release notes entry based on PR review
Signed-off-by: Stuart Sears <stuart@sjsears.com>
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r-- | RELEASE_NOTES.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 92ce9e8974..f8faaf8c4a 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -301,7 +301,7 @@ Chef Solo's `--delete-entire-chef-repo` option has been extended to work in Loca ### sysctl now accepts a comments parameter -The sysctl resource has been updated to allow additional (optional) comments. Comments can be passed as an array or a string. Any comments provided are prefixed with '#' signs and precede the sysctl setting in generated files. +The `sysctl` resource has been updated to allow the inclusion of descriptive comments. Comments may be passed as an array or a string. Any comments provided are prefixed with '#' signs and precede the `sysctl` setting in generated files. An example: @@ -320,7 +320,7 @@ sysctl 'vm.swappiness' do end ``` -which results in `/etc/sysctl.d/99-chef-vw.swappiness.conf` as follows +which results in `/etc/sysctl.d/99-chef-vm.swappiness.conf` as follows ``` # define how aggressively the kernel will swap memory pages. # Higher values will increase aggressiveness |