Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bensojona committed Oct 18, 2016
1 parent 44077bc commit 9fe60f4
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions packer/config/consul/nodejs.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"recursors": ["localhost:8600"],
"service": {
"name": "web",
"port": 8888,
Expand Down
2 changes: 1 addition & 1 deletion packer/scripts/ubuntu/consul.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -e

cd /tmp

CONSULVERSION=0.6.3
CONSULVERSION=0.7.0
CONFIGDIR=/ops/$1
SCRIPTSDIR=/ops/$2
CONSULDOWNLOAD=https://releases.hashicorp.com/consul/${CONSULVERSION}/consul_${CONSULVERSION}_linux_amd64.zip
Expand Down
2 changes: 1 addition & 1 deletion packer/scripts/ubuntu/consul_template.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -e

cd /tmp

CTVERSION=0.12.2
CTVERSION=0.16.0
CONFIGDIR=/ops/$1
SCRIPTSDIR=/ops/$2
CTDOWNLOAD=https://releases.hashicorp.com/consul-template/${CTVERSION}/consul-template_${CTVERSION}_linux_amd64.zip
Expand Down
2 changes: 1 addition & 1 deletion packer/scripts/ubuntu/envconsul.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -e

cd /tmp

ECVERSION=0.6.0
ECVERSION=0.6.1
CONFIGDIR=/ops/$1
ECDOWNLOAD=https://releases.hashicorp.com/envconsul/${ECVERSION}/envconsul_${ECVERSION}_linux_amd64.zip
ECCONFIGDIR=/etc/envconsul.d
Expand Down
2 changes: 1 addition & 1 deletion packer/scripts/ubuntu/nodejs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ VAULTPOLICIES=/opt/vault/policies
echo Installing Node.js...

# Setup a proper node PPA
curl -sL https://deb.nodesource.com/setup | sudo bash -
curl -sL https://deb.nodesource.com/setup_4.x — Node.js v4 LTS "Argon" | sudo bash -

apt-get -y update
apt-get install -y -qq nodejs
Expand Down
2 changes: 1 addition & 1 deletion packer/scripts/ubuntu/vault.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -e

cd /tmp

VAULTVERSION=0.5.0
VAULTVERSION=0.6.2
CONFIGDIR=/ops/$1
SCRIPTSDIR=/ops/$2
VAULTDOWNLOAD=https://releases.hashicorp.com/vault/${VAULTVERSION}/vault_${VAULTVERSION}_linux_amd64.zip
Expand Down

0 comments on commit 9fe60f4

Please sign in to comment.