Skip to content

Commit

Permalink
0.4.3: Bump consul-template version
Browse files Browse the repository at this point in the history
Use a build of consul-template 0.12.2 compiled with Go 1.6rc1 while waiting
for official builds to get a fix for hashicorp/consul-template#442

Build is from https://github.com/duggan/build-consul-template
  • Loading branch information
ewr committed Feb 1, 2016
1 parent c5e27e0 commit eca2a5a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion attributes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,11 @@

include_attribute "consul-template"

default.consul_template.version = "0.7.0"
default.consul_template.base_url = "https://s3-us-west-2.amazonaws.com/scpr-binaries/consul-template/"
default.consul_template.version = "0.12.2"
default.consul_template.checksums = {
'consul-template_0.7.0_linux_amd64' => '7b8fb97caef72f9e67bbb9069042b8e01f7efed3acd2a32f560a8fe60146d874',
'consul-template_0.12.2_linux_amd64' => '525b7ea6a2912c67ab9fcebb603b60d9ab69ed572d6a753803f8c46badec10da',
}

default.consul_template.config = {
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
license 'all_rights'
description 'Installs/Configures scpr-consul-haproxy'
long_description 'Installs/Configures scpr-consul-haproxy'
version '0.4.2'
version '0.4.3'

depends 'apt'
depends 'scpr-consul'
Expand Down

0 comments on commit eca2a5a

Please sign in to comment.