diff options
-rw-r--r-- | lib/chef/resource/cron_d.rb | 4 |
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 |