aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2018-10-06 17:26:06 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2018-10-06 17:26:06 +0200
commitaeffdda7b8b795cc60053ff34e62dc40c34686ab (patch)
treef84d579adc9cc1bca4f0bc80eb76ea8d47febd53
parented7b09a7b7c88c49e4fddb8cbe49e6a4ce6bce10 (diff)
parent871df075f3b3c405ef104266bbfb937cd6734b7d (diff)
downloadPuppet-aeffdda7b8b795cc60053ff34e62dc40c34686ab.tar.gz
Puppet-aeffdda7b8b795cc60053ff34e62dc40c34686ab.tar.zst
Puppet-aeffdda7b8b795cc60053ff34e62dc40c34686ab.zip
Merge branch 'dev'
-rw-r--r--modules/role/manifests/cryptoportfolio/bot.pp8
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 }