From e45955414611bffcfada8b26e1edecd577a37503 Mon Sep 17 00:00:00 2001 From: Nico Berlee Date: Mon, 5 May 2014 00:58:31 +0200 Subject: [PATCH] Make download actually work there is no .md5 file to download so checksum should be false Also they use a cdn which redirects.... And thats not all: archive needs this patch: https://github.com/curator/puppet-archive/commit/58facc8c599042d2fbdb2c2e244d93b0184fe7cb --- manifests/install.pp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manifests/install.pp b/manifests/install.pp index 86c8a8ac..fcb1ef4c 100644 --- a/manifests/install.pp +++ b/manifests/install.pp @@ -9,6 +9,8 @@ url => $consul::download_url, target => $consul::bin_dir, extension => 'zip', + checksum => false, + follow_redirects => true, } } elsif $consul::install_method == 'package' {