summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2021-01-12 15:58:53 -0800
committerTim Smith <tsmith84@gmail.com>2021-01-12 15:58:53 -0800
commitd9ab86062331d84a82a53793a205d44ca9d03528 (patch)
tree8841caf063c94d3647bc2446ebfbf4f773d6a55a
parent3cc44475eb5a6d6e91e06cd03688c4c292567c12 (diff)
downloadchef-d9ab86062331d84a82a53793a205d44ca9d03528.tar.gz
Update the alternatives and chef_client_launchd descriptions
Match our current format and make it more clear that launchd == macos Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--lib/chef/resource/alternatives.rb2
-rw-r--r--lib/chef/resource/chef_client_launchd.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/chef/resource/alternatives.rb b/lib/chef/resource/alternatives.rb
index fe5af6b7b6..42c2b32197 100644
--- a/lib/chef/resource/alternatives.rb
+++ b/lib/chef/resource/alternatives.rb
@@ -26,7 +26,7 @@ class Chef
provides(:alternatives) { true }
- description "The alternatives resource allows for configuration of command alternatives in Linux using the alternatives or update-alternatives packages."
+ description "Use the **alternatives** resource allows to configure command alternatives in Linux using the alternatives or update-alternatives packages."
introduced "16.0"
examples <<~DOC
**Install an alternative**:
diff --git a/lib/chef/resource/chef_client_launchd.rb b/lib/chef/resource/chef_client_launchd.rb
index 0e173050d0..c44b80d480 100644
--- a/lib/chef/resource/chef_client_launchd.rb
+++ b/lib/chef/resource/chef_client_launchd.rb
@@ -23,7 +23,7 @@ class Chef
provides :chef_client_launchd
- description "Use the **chef_client_launchd** resource to configure the #{ChefUtils::Dist::Infra::PRODUCT} to run on a schedule."
+ description "Use the **chef_client_launchd** resource to configure the #{ChefUtils::Dist::Infra::PRODUCT} to run on a schedule on macOS systems."
introduced "16.5"
examples <<~DOC
**Set the #{ChefUtils::Dist::Infra::PRODUCT} to run on a schedule**: