summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-06-15 22:16:06 -0700
committerTim Smith <tsmith84@gmail.com>2020-06-15 22:16:06 -0700
commit6a28f8724d33eb5a02ed475dd883e697b0561a36 (patch)
treea07438b108ad98e3f7faf9eea20f2cefe32df123
parentbe3fd874f98c6f973a41a97ccd061b6493982833 (diff)
downloadchef-6a28f8724d33eb5a02ed475dd883e697b0561a36.tar.gz
Chefstyle fixes
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--lib/chef/resource/cron/_cron_shared.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/chef/resource/cron/_cron_shared.rb b/lib/chef/resource/cron/_cron_shared.rb
index 4e2eb5428a..b2e200d27a 100644
--- a/lib/chef/resource/cron/_cron_shared.rb
+++ b/lib/chef/resource/cron/_cron_shared.rb
@@ -63,8 +63,6 @@ property :environment, Hash,
description: "A Hash containing additional arbitrary environment variables under which the cron job will be run in the form of `({'ENV_VARIABLE' => 'VALUE'})`.",
default: lazy { {} }
-
-
property :time_out, Hash,
description: "A Hash of timeouts in the form of `({'OPTION' => 'VALUE'})`.
Accepted valid options are:
@@ -91,7 +89,6 @@ property :time_out, Hash,
end
}
-
private
# Convert weekday input value into crontab format that
# could be written in the crontab