From 859aeec32471f85b4939fa3b55195643ab333ed0 Mon Sep 17 00:00:00 2001 From: Xavier Bourguignon Date: Tue, 2 Oct 2018 17:48:42 +0200 Subject: [PATCH 1/2] Switch download url from bintray to binaries.sonarsource.com --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index edf55aaa..0ca7c22e 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ or service => 'sonar', installroot => '/usr/local', home => '/var/local/sonar', - download_url => 'https://sonarsource.bintray.com/Distribution/sonarqube' + download_url => 'https://binaries.sonarsource.com/Distribution/sonarqube' jdbc => $jdbc, web_java_opts => '-Xmx1024m', log_folder => '/var/local/sonar/logs', From 49edfb56ef46da60b0f6f68e0b8c1524ab23c422 Mon Sep 17 00:00:00 2001 From: Xavier Bourguignon Date: Tue, 2 Oct 2018 17:50:29 +0200 Subject: [PATCH 2/2] Switch download url from bintray to binaries.sonarsource.com --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/init.pp b/manifests/init.pp index 3a96b781..ad244db5 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -22,7 +22,7 @@ $host = undef, $port = 9000, $portAjp = -1, - $download_url = 'https://sonarsource.bintray.com/Distribution/sonarqube', + $download_url = 'https://binaries.sonarsource.com/Distribution/sonarqube', $download_dir = '/usr/local/src', $context_path = '/', $arch = $sonarqube::params::arch,