diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-08-11 17:38:38 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-08-11 17:38:38 +0200 |
commit | 19c467dccfd00193a66f1341f068987da7bca14b (patch) | |
tree | d463052edbbff6a9b96699019c6148ad67860d15 /modules/role/manifests | |
parent | d401d1d87cd2e654ee2b2a87a60d808d8e2abdf3 (diff) | |
download | Puppet-19c467dccfd00193a66f1341f068987da7bca14b.tar.gz Puppet-19c467dccfd00193a66f1341f068987da7bca14b.tar.zst Puppet-19c467dccfd00193a66f1341f068987da7bca14b.zip |
Change release url
Diffstat (limited to 'modules/role/manifests')
-rw-r--r-- | modules/role/manifests/cryptoportfolio/bot.pp | 2 | ||||
-rw-r--r-- | modules/role/manifests/cryptoportfolio/front.pp | 2 |
2 files changed, 2 insertions, 2 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, |
diff --git a/modules/role/manifests/cryptoportfolio/front.pp b/modules/role/manifests/cryptoportfolio/front.pp index 5f7c097..f969cd7 100644 --- a/modules/role/manifests/cryptoportfolio/front.pp +++ b/modules/role/manifests/cryptoportfolio/front.pp | |||
@@ -65,7 +65,7 @@ class role::cryptoportfolio::front inherits role::cryptoportfolio { | |||
65 | 65 | ||
66 | archive { "${home}/front_${front_version}.tar.gz": | 66 | archive { "${home}/front_${front_version}.tar.gz": |
67 | path => "${home}/front_${front_version}.tar.gz", | 67 | path => "${home}/front_${front_version}.tar.gz", |
68 | source => "https://git.immae.eu/releases/cryptoportfolio/front/front_${front_version}.tar.gz", | 68 | source => "https://release.immae.eu/cryptoportfolio/front/front_${front_version}.tar.gz", |
69 | checksum_type => "sha256", | 69 | checksum_type => "sha256", |
70 | checksum => $front_sha256, | 70 | checksum => $front_sha256, |
71 | cleanup => false, | 71 | cleanup => false, |