summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-08-24 21:47:35 -0700
committerTim Smith <tsmith@chef.io>2018-08-24 21:47:35 -0700
commit3be5e4e04a4e16fb5ca29d5f0cd8f192e19269c5 (patch)
treedc3b2670d0d75bb71afda0dd30e4bd606a02f120
parentf48755b6874735e63205e5d7da8f0b4501d1ad4e (diff)
downloadchef-3be5e4e04a4e16fb5ca29d5f0cd8f192e19269c5.tar.gz
Add missing comma
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--lib/chef/resource/cron_d.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/cron_d.rb b/lib/chef/resource/cron_d.rb
index caab0a4b7b..df87308532 100644
--- a/lib/chef/resource/cron_d.rb
+++ b/lib/chef/resource/cron_d.rb
@@ -158,7 +158,7 @@ class Chef
description: "The octal mode of the generated crontab file.",
default: "0600"
- property :random_delay, Integer
+ property :random_delay, Integer,
description: "Start the job with a random number of minutes with the upper limit being this property."
# warn if someone passes the deprecated cookbook property