aboutsummaryrefslogtreecommitdiff
path: root/modules/role/manifests/cryptoportfolio/front.pp
diff options
context:
space:
mode:
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,