diff options
author | Tim Smith <tsmith@chef.io> | 2018-03-26 20:32:31 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2018-03-26 20:32:31 -0700 |
commit | feb6e9c7124a928cda2dbe8597e70735407a4e65 (patch) | |
tree | 5b55bd4f5801379f55985a4d3c6ea98668d208a8 /lib/chef/resource/rhsm_errata.rb | |
parent | 29dd182d8be15234ed95bd601fcec82715b5769c (diff) | |
download | chef-feb6e9c7124a928cda2dbe8597e70735407a4e65.tar.gz |
Add / update descriptions
Use the same format that the docs team approved throughout and make a
few minor changes
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'lib/chef/resource/rhsm_errata.rb')
-rw-r--r-- | lib/chef/resource/rhsm_errata.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/rhsm_errata.rb b/lib/chef/resource/rhsm_errata.rb index ca3e71648f..0af7cb724f 100644 --- a/lib/chef/resource/rhsm_errata.rb +++ b/lib/chef/resource/rhsm_errata.rb @@ -22,7 +22,7 @@ class Chef class RhsmErrata < Chef::Resource resource_name :rhsm_errata - description "A resource for installing packages associated with a given Red"\ + description "Use the rhsm_errata resource to install packages associated with a given Red"\ " Hat Subscription Manager Errata ID. This is helpful if packages"\ " to mitigate a single vulnerability must be installed on your hosts." introduced "14.0" |