Skip to content

Commit

Permalink
Merge pull request #250 from nulogy/fix_consul_binary_url
Browse files Browse the repository at this point in the history
Updates binary package URL to new hashicorp directory/filename structure
  • Loading branch information
johnbellone committed Dec 8, 2015
2 parents 5382455 + 2fa2ec1 commit c332786
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion attributes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@

default['consul']['service']['install_method'] = 'binary'
default['consul']['service']['config_dir'] = '/etc/consul'
default['consul']['service']['binary_url'] = "https://releases.hashicorp.com/consul/%{version}/%{filename}.zip" # rubocop:disable Style/StringLiterals
default['consul']['service']['binary_url'] = "https://releases.hashicorp.com/consul/%{version}/consul_%{filename}.zip" # rubocop:disable Style/StringLiterals

default['consul']['service']['source_url'] = 'https://github.com/hashicorp/consul'

default['consul']['version'] = '0.6.0'
Expand Down

0 comments on commit c332786

Please sign in to comment.