From: Ismaƫl Bouya Date: Sun, 14 Oct 2018 18:40:52 +0000 (+0200) Subject: Merge branch 'dev' X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FPuppet.git;a=commitdiff_plain;h=17c3bcf4ae012d8cee294a6291c76ea187d5870b;hp=aeffdda7b8b795cc60053ff34e62dc40c34686ab Merge branch 'dev' --- diff --git a/modules/role/manifests/cryptoportfolio/bot.pp b/modules/role/manifests/cryptoportfolio/bot.pp index 0021bc6..e4e3e6e 100644 --- a/modules/role/manifests/cryptoportfolio/bot.pp +++ b/modules/role/manifests/cryptoportfolio/bot.pp @@ -61,16 +61,7 @@ class role::cryptoportfolio::bot inherits role::cryptoportfolio { File[$cf_bot_app_conf], Archive["${home}/trader_${trader_version}.tar.gz"] ], - jobs => [ - { - command => "cd $cf_bot_app ; python main.py --quiet --config $cf_bot_app_conf --before", - user => $user, - weekday => 7, # Sunday - hour => 22, - minute => 30, - description => "Run before the cryptoportfolio update", - } - ], + jobs => [], } if ($environment == "production") {