Skip to content

Commit

Permalink
new defaults for sonarqube mirror and version
Browse files Browse the repository at this point in the history
  • Loading branch information
pghalliday committed Aug 4, 2015
1 parent 247773f commit 928ae9d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions attributes/default.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
default['sonarqube']['mirror'] = 'http:https://dist.sonar.codehaus.org'
default['sonarqube']['version'] = '4.4'
default['sonarqube']['checksum'] = 'b257668788655bb5656b8b520e70b8a63a4a37c62a0e350a5145681eebce5ddb'
default['sonarqube']['mirror'] = 'https:https://sonarsource.bintray.com/Distribution/sonarqube/'
default['sonarqube']['version'] = '5.1.2'
default['sonarqube']['checksum'] = 'a8d63d837242d0d07c0b3f65cfa9c84d5ae82ee51c6cbb52248bcf0d1bc58491'
default['sonarqube']['os_kernel'] = 'linux-x86-64'

default['sonarqube']['config']['dir'] = "/opt/sonarqube-#{node['sonarqube']['version']}/conf"
Expand Down

0 comments on commit 928ae9d

Please sign in to comment.