From: Ismaƫl Bouya Date: Wed, 11 Mar 2020 08:54:46 +0000 (+0100) Subject: Change crontab for caldance X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FPuppet.git;a=commitdiff_plain;h=aab2f0312f21125940b8fcfe8a2342eba3ac4169 Change crontab for caldance --- diff --git a/modules/role/manifests/caldance.pp b/modules/role/manifests/caldance.pp index b397d02..343ea34 100644 --- a/modules/role/manifests/caldance.pp +++ b/modules/role/manifests/caldance.pp @@ -253,8 +253,9 @@ class role::caldance ( user => $user, environment => ["HOME=${home}","MAILTO=${mailtos}"], command => "${home}/virtualenv/bin/pip list --outdated", - minute => "15", - hour => "0", + minute => "0", + hour => "10", + weekday => "1", require => Exec["initialize_venv"], } }