From 35ce4a34deac6ab57e39a093a68410f2c97c98f1 Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Tue, 5 Apr 2011 23:22:00 +0000 Subject: not defining hour is not enough to remove it from current cron --- modules/youri-check/manifests/init.pp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/youri-check/manifests/init.pp b/modules/youri-check/manifests/init.pp index b194434d..c2dab55c 100644 --- a/modules/youri-check/manifests/init.pp +++ b/modules/youri-check/manifests/init.pp @@ -40,6 +40,7 @@ class youri-check { cron { 'check': command => "youri-check -c $config test", + hour => "*", minute => 4, user => "$user", } @@ -58,6 +59,7 @@ class youri-check { cron { 'check': command => "youri-check -c $config report", + hour => "*", minute => 10, user => "$user", } -- cgit v1.2.1