summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-08-24 21:48:55 -0700
committerTim Smith <tsmith@chef.io>2018-08-24 21:48:55 -0700
commit2eb42a6ee467e054d2f61d3871fd688eec17087f (patch)
tree7835f933b357e67ae3a1cc1c4168b38e29986c63
parent3be5e4e04a4e16fb5ca29d5f0cd8f192e19269c5 (diff)
downloadchef-2eb42a6ee467e054d2f61d3871fd688eec17087f.tar.gz
More description updatesrandom_delay
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--lib/chef/resource/cron_d.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/chef/resource/cron_d.rb b/lib/chef/resource/cron_d.rb
index df87308532..63d168d16a 100644
--- a/lib/chef/resource/cron_d.rb
+++ b/lib/chef/resource/cron_d.rb
@@ -145,7 +145,7 @@ class Chef
description: "Set the HOME environment variable in the cron.d file."
property :shell, String,
- description: "Set the HOME environment variable in the cron.d file."
+ description: "Set the SHELL environment variable in the cron.d file."
property :comment, String,
description: "A comment to place in the cron.d file."
@@ -159,7 +159,7 @@ class Chef
default: "0600"
property :random_delay, Integer,
- description: "Start the job with a random number of minutes with the upper limit being this property."
+ description: "Set the RANDOM_DELAY environment variable in the cron.d file."
# warn if someone passes the deprecated cookbook property
def after_created