Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
gdbtek committed Aug 6, 2018
1 parent f01352f commit f8f7ff3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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://github.com/hashicorp/consul/archive/v1.2.0.zip'
export CONSUL_DOWNLOAD_URL='https://github.com/hashicorp/consul/archive/v1.2.2.zip'

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

export MONGODB_DOWNLOAD_URL='https://fastdl.mongodb.org/osx/mongodb-osx-ssl-x86_64-4.0.0.tgz'
export MONGODB_DOWNLOAD_URL='https://fastdl.mongodb.org/osx/mongodb-osx-ssl-x86_64-4.0.1.tgz'

export MONGODB_INSTALL_FOLDER_PATH='/Volumes/Data/Tools/mongodb'
export MONGODB_INSTALL_DATA_FOLDER="${MONGODB_INSTALL_FOLDER_PATH}/data"
Expand Down
2 changes: 1 addition & 1 deletion cookbooks/packer/attributes/default.bash
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash -e

export PACKER_DOWNLOAD_URL='https://releases.hashicorp.com/packer/1.2.4/packer_1.2.4_darwin_amd64.zip'
export PACKER_DOWNLOAD_URL='https://releases.hashicorp.com/packer/1.2.5/packer_1.2.5_darwin_amd64.zip'

export PACKER_INSTALL_FOLDER_PATH='/Volumes/Data/Tools/packer'
2 changes: 1 addition & 1 deletion cookbooks/vault/attributes/default.bash
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash -e

export VAULT_DOWNLOAD_URL='https://releases.hashicorp.com/vault/0.10.3/vault_0.10.3_darwin_amd64.zip'
export VAULT_DOWNLOAD_URL='https://releases.hashicorp.com/vault/0.10.4/vault_0.10.4_darwin_amd64.zip'

export VAULT_INSTALL_FOLDER_PATH='/Volumes/Data/Tools/vault'

0 comments on commit f8f7ff3

Please sign in to comment.