From 2eb42a6ee467e054d2f61d3871fd688eec17087f Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Fri, 24 Aug 2018 21:48:55 -0700 Subject: More description updates Signed-off-by: Tim Smith --- lib/chef/resource/cron_d.rb | 4 ++-- 1 file 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 -- cgit v1.2.1