summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-08-25 16:15:35 -0700
committerTim Smith <tsmith84@gmail.com>2020-08-25 16:15:35 -0700
commit16db1fbf7c860affdc82ae87342e348fd2d00e31 (patch)
tree9ff7331fcdda2c347905e0d210f85ee10a4a26d9
parent70e568b5b26e2a35ee8638d9366e21356095941c (diff)
downloadchef-16db1fbf7c860affdc82ae87342e348fd2d00e31.tar.gz
Update description
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--lib/chef/resource/chef_client_launchd.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/chef_client_launchd.rb b/lib/chef/resource/chef_client_launchd.rb
index 9d58b9c15c..34b6285661 100644
--- a/lib/chef/resource/chef_client_launchd.rb
+++ b/lib/chef/resource/chef_client_launchd.rb
@@ -82,7 +82,7 @@ class Chef
property :environment, Hash,
default: lazy { {} },
- description: "A Hash containing additional arbitrary environment variables under which the cron job will be run in the form of `({'ENV_VARIABLE' => 'VALUE'})`."
+ description: "A Hash containing additional arbitrary environment variables under which the launchd daemon will be run in the form of `({'ENV_VARIABLE' => 'VALUE'})`."
property :nice, Integer,
description: "The process priority to run the #{Chef::Dist::CLIENT} process at.",