aboutsummaryrefslogtreecommitdiff
path: root/modules/role/manifests/cryptoportfolio/front.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/front.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/front.pp')
-rw-r--r--modules/role/manifests/cryptoportfolio/front.pp2
1 files changed, 1 insertions, 1 deletions
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,