aboutsummaryrefslogtreecommitdiff
path: root/modules/role/manifests/cryptoportfolio/bot.pp
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2018-08-11 17:39:01 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2018-08-11 17:39:01 +0200
commitb84916dd6c1bd5db098ecdd86f3f60ce22d1c1d6 (patch)
treed463052edbbff6a9b96699019c6148ad67860d15 /modules/role/manifests/cryptoportfolio/bot.pp
parentedc75bd27e4e784f864b67dcc5ec460d512ed4da (diff)
parent19c467dccfd00193a66f1341f068987da7bca14b (diff)
downloadPuppet-b84916dd6c1bd5db098ecdd86f3f60ce22d1c1d6.tar.gz
Puppet-b84916dd6c1bd5db098ecdd86f3f60ce22d1c1d6.tar.zst
Puppet-b84916dd6c1bd5db098ecdd86f3f60ce22d1c1d6.zip
Merge branch 'dev'
Diffstat (limited to 'modules/role/manifests/cryptoportfolio/bot.pp')
-rw-r--r--modules/role/manifests/cryptoportfolio/bot.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/role/manifests/cryptoportfolio/bot.pp b/modules/role/manifests/cryptoportfolio/bot.pp
index fd3ece3..18a60d4 100644
--- a/modules/role/manifests/cryptoportfolio/bot.pp
+++ b/modules/role/manifests/cryptoportfolio/bot.pp
@@ -18,7 +18,7 @@ class role::cryptoportfolio::bot inherits role::cryptoportfolio {
18 18
19 archive { "${home}/trader_${trader_version}.tar.gz": 19 archive { "${home}/trader_${trader_version}.tar.gz":
20 path => "${home}/trader_${trader_version}.tar.gz", 20 path => "${home}/trader_${trader_version}.tar.gz",
21 source => "https://git.immae.eu/releases/cryptoportfolio/trader/trader_${trader_version}.tar.gz", 21 source => "https://release.immae.eu/cryptoportfolio/trader/trader_${trader_version}.tar.gz",
22 checksum_type => "sha256", 22 checksum_type => "sha256",
23 checksum => $trader_sha256, 23 checksum => $trader_sha256,
24 cleanup => false, 24 cleanup => false,