summaryrefslogtreecommitdiff
path: root/kitchen-tests/cookbooks/end_to_end/recipes/default.rb
diff options
context:
space:
mode:
Diffstat (limited to 'kitchen-tests/cookbooks/end_to_end/recipes/default.rb')
-rw-r--r--kitchen-tests/cookbooks/end_to_end/recipes/default.rb8
1 files changed, 7 insertions, 1 deletions
diff --git a/kitchen-tests/cookbooks/end_to_end/recipes/default.rb b/kitchen-tests/cookbooks/end_to_end/recipes/default.rb
index 8003f915f8..276223ff8d 100644
--- a/kitchen-tests/cookbooks/end_to_end/recipes/default.rb
+++ b/kitchen-tests/cookbooks/end_to_end/recipes/default.rb
@@ -81,7 +81,13 @@ directory "/etc/ssl"
cron_access "bob"
-cron_d "some random cron job" do
+cron "some random cron job" do
+ minute 0
+ hour 23
+ command "/usr/bin/true"
+end
+
+cron_d "another random cron job" do
minute 0
hour 23
command "/usr/bin/true"