From 5fb54167aa4f6874cbc7713f16f6ac67faaf48e9 Mon Sep 17 00:00:00 2001 From: Christian Berendt Date: Sun, 13 Dec 2015 11:03:05 +0100 Subject: [PATCH] Use Consul version 0.6.0 in the Vagrant demo environment --- demo/vagrant-cluster/Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/vagrant-cluster/Vagrantfile b/demo/vagrant-cluster/Vagrantfile index 1ac03068f5..ba9937ec32 100644 --- a/demo/vagrant-cluster/Vagrantfile +++ b/demo/vagrant-cluster/Vagrantfile @@ -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