diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-10-06 17:25:29 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-10-06 17:25:29 +0200 |
commit | 871df075f3b3c405ef104266bbfb937cd6734b7d (patch) | |
tree | f84d579adc9cc1bca4f0bc80eb76ea8d47febd53 /modules | |
parent | 6667f52e8017065c9b5f14c8025458b38029a800 (diff) | |
download | Puppet-871df075f3b3c405ef104266bbfb937cd6734b7d.tar.gz Puppet-871df075f3b3c405ef104266bbfb937cd6734b7d.tar.zst Puppet-871df075f3b3c405ef104266bbfb937cd6734b7d.zip |
Disable cryptoportfolio bot
Diffstat (limited to 'modules')
-rw-r--r-- | modules/role/manifests/cryptoportfolio/bot.pp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/modules/role/manifests/cryptoportfolio/bot.pp b/modules/role/manifests/cryptoportfolio/bot.pp index 18a60d4..0021bc6 100644 --- a/modules/role/manifests/cryptoportfolio/bot.pp +++ b/modules/role/manifests/cryptoportfolio/bot.pp | |||
@@ -69,14 +69,6 @@ class role::cryptoportfolio::bot inherits role::cryptoportfolio { | |||
69 | hour => 22, | 69 | hour => 22, |
70 | minute => 30, | 70 | minute => 30, |
71 | description => "Run before the cryptoportfolio update", | 71 | description => "Run before the cryptoportfolio update", |
72 | }, | ||
73 | { | ||
74 | command => "cd $cf_bot_app ; python main.py --quiet --config $cf_bot_app_conf --after", | ||
75 | user => $user, | ||
76 | weekday => 1, # Monday | ||
77 | hour => 0, | ||
78 | minute => 0, | ||
79 | description => "Run after the cryptoportfolio update", | ||
80 | } | 72 | } |
81 | ], | 73 | ], |
82 | } | 74 | } |