From 441b866a095bd177a8faa541ea7ef605ba369fe9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Isma=C3=ABl=20Bouya?= Date: Mon, 6 Apr 2020 14:19:41 +0200 Subject: [PATCH] Remove outdated list crontab for caldance --- modules/role/manifests/caldance.pp | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/modules/role/manifests/caldance.pp b/modules/role/manifests/caldance.pp index 343ea34..df02b07 100644 --- a/modules/role/manifests/caldance.pp +++ b/modules/role/manifests/caldance.pp @@ -247,15 +247,7 @@ class role::caldance ( enable => true } - $mailtos = join($cron_pip, ",") cron::job { "list_outdated_pip_packages": - ensure => present, - user => $user, - environment => ["HOME=${home}","MAILTO=${mailtos}"], - command => "${home}/virtualenv/bin/pip list --outdated", - minute => "0", - hour => "10", - weekday => "1", - require => Exec["initialize_venv"], + ensure => absent } } -- 2.41.0