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', 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,