Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
gdbtek committed Jan 26, 2017
1 parent 95a7c7e commit 42c3b3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cookbooks/consul/attributes/default.bash
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash -e

export CONSUL_DOWNLOAD_URL='https://releases.hashicorp.com/consul/0.7.2/consul_0.7.2_linux_amd64.zip'
export CONSUL_DOWNLOAD_URL='https://releases.hashicorp.com/consul/0.7.3/consul_0.7.3_linux_amd64.zip'

export CONSUL_INSTALL_FOLDER_PATH='/opt/consul'
2 changes: 1 addition & 1 deletion cookbooks/terraform/attributes/default.bash
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash -e

export TERRAFORM_DOWNLOAD_URL='https://releases.hashicorp.com/terraform/0.8.4/terraform_0.8.4_linux_amd64.zip'
export TERRAFORM_DOWNLOAD_URL='https://releases.hashicorp.com/terraform/0.8.5/terraform_0.8.5_linux_amd64.zip'

export TERRAFORM_INSTALL_FOLDER_PATH='/opt/terraform'

0 comments on commit 42c3b3b

Please sign in to comment.