diff options
Diffstat (limited to 'modules/role')
-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 | } |