diff options
author | Tim Smith <tsmith@chef.io> | 2020-09-10 15:14:40 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-10 15:14:40 -0700 |
commit | 47ddcef8441031e2bd9c71538f0b32098c72772c (patch) | |
tree | 010badf57413b3170984ed15f3aeb505e120cd09 | |
parent | 124c4a7740bc44688fae37f35a0227ef5e399105 (diff) | |
download | chef-47ddcef8441031e2bd9c71538f0b32098c72772c.tar.gz |
Update lib/chef/resource/sysctl.rb
Signed-off-by: Tim Smith <tsmith@chef.io>
Co-authored-by: Ian Maddaus <IanMadd@users.noreply.github.com>
-rw-r--r-- | lib/chef/resource/sysctl.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/sysctl.rb b/lib/chef/resource/sysctl.rb index cee406cc52..bf9424f35f 100644 --- a/lib/chef/resource/sysctl.rb +++ b/lib/chef/resource/sysctl.rb @@ -25,7 +25,7 @@ class Chef provides(:sysctl) { true } provides(:sysctl_param) { true } - description "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`." + description "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`." examples <<~DOC **Set vm.swappiness**: |