Merge pull request #1496 from berendt/vagrant_cluster_060

Use Consul version 0.6.0 in the Vagrant demo environment
This commit is contained in:
James Phillips 2015-12-21 11:27:09 -08:00
commit 3058e5f5b1
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ sudo apt-get install -y unzip curl
echo Fetching Consul...
cd /tmp/
wget https://dl.bintray.com/mitchellh/consul/0.5.2_linux_amd64.zip -O consul.zip
wget https://releases.hashicorp.com/consul/0.6.0/consul_0.6.0_linux_amd64.zip -O consul.zip
echo Installing Consul...
unzip consul.zip