Skip to content
This repository was archived by the owner on Feb 21, 2020. It is now read-only.
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Switch download url from bintray to binaries.sonarsource.com
  • Loading branch information
xavierbourguignon authored Oct 2, 2018
commit 49edfb56ef46da60b0f6f68e0b8c1524ab23c422
2 changes: 1 addition & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down