Skip to content

Commit

Permalink
Changed binary_url attribute to match new URL scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
Ginja committed Dec 10, 2015
1 parent e073039 commit 01dd871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion attributes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

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

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

Expand Down

0 comments on commit 01dd871

Please sign in to comment.