summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2021-01-12 16:26:53 -0800
committerGitHub <noreply@github.com>2021-01-12 16:26:53 -0800
commita1940bed0545b61a0204880e05d44de50bd05b64 (patch)
treeea799972d65eb228465d5b5372ffd5a9098d36c0
parent3cc44475eb5a6d6e91e06cd03688c4c292567c12 (diff)
parentfec985181d47d6b0b2fa0f22c7bf4128f5d30630 (diff)
downloadchef-a1940bed0545b61a0204880e05d44de50bd05b64.tar.gz
Merge pull request #10873 from chef/docs
Update the alternatives and chef_client_launchd descriptions
-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..576a5e0ebd 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 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**: