summaryrefslogtreecommitdiff
path: root/lib/chef/resource/sysctl.rb
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-10-29 15:08:15 -0700
committerTim Smith <tsmith@chef.io>2018-10-30 16:19:15 -0700
commitd7cbacb33f419405538ff43b5cc5cb29c227937a (patch)
tree49973839d562935729d3130ea08840fd19372567 /lib/chef/resource/sysctl.rb
parent1b29e8f96e1979055bf7f23751ca80a446581f0a (diff)
downloadchef-d7cbacb33f419405538ff43b5cc5cb29c227937a.tar.gz
Update descriptions and add default_description fields
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'lib/chef/resource/sysctl.rb')
-rw-r--r--lib/chef/resource/sysctl.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/sysctl.rb b/lib/chef/resource/sysctl.rb
index 10d6177221..643ceb233a 100644
--- a/lib/chef/resource/sysctl.rb
+++ b/lib/chef/resource/sysctl.rb
@@ -33,7 +33,7 @@ class Chef
introduced "14.0"
property :key, String,
- description: "The kernel parameter key in dotted format.",
+ description: "The kernel parameter key in dotted format, if it differs from the resource block name.",
name_property: true
property :ignore_error, [TrueClass, FalseClass],