This repository was archived by the owner on Feb 21, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 32
32
service => 'sonar',
33
33
installroot => '/usr/local',
34
34
home => '/var/local/sonar',
35
- download_url => 'http ://downloads. sonarsource.com/sonarqube',
35
+ download_url => 'https ://sonarsource.bintray. com/Distribution/ sonarqube'
36
36
jdbc => $jdbc,
37
37
web_java_opts => '-Xmx1024m',
38
38
log_folder => '/var/local/sonar/logs',
Original file line number Diff line number Diff line change 22
22
$host = undef ,
23
23
$port = 9000,
24
24
$portAjp = -1,
25
- # For version greater or equals to 5.2, $download_url must be set to ' https://sonarsource.bintray.com/Distribution/sonarqube'
26
- $download_url = ' http://downloads.sonarsource.com/sonarqube' ,
25
+ $download_url = ' https://sonarsource.bintray.com/Distribution/sonarqube' ,
27
26
$download_dir = ' /usr/local/src' ,
28
27
$context_path = ' /' ,
29
28
$arch = $sonarqube::params::arch,
Original file line number Diff line number Diff line change 6
6
7
7
context "when installing version 4" , :compile do
8
8
let ( :params ) { { :version => '4.5.5' } }
9
- it { should contain_wget__fetch ( 'download-sonar' ) . with_source ( 'http ://downloads. sonarsource.com/sonarqube/sonarqube-4.5.5.zip' ) }
9
+ it { should contain_wget__fetch ( 'download-sonar' ) . with_source ( 'https ://sonarsource.bintray. com/Distribution /sonarqube/sonarqube-4.5.5.zip' ) }
10
10
end
11
11
12
12
context "when crowd configuration is supplied" , :compile do
You can’t perform that action at this time.
0 commit comments