mirror of
https://github.com/kemko/nomad.git
synced 2026-01-07 19:05:42 +03:00
update consul version to 0.9.3
This commit is contained in:
2
demo/vagrant/Vagrantfile
vendored
2
demo/vagrant/Vagrantfile
vendored
@@ -17,7 +17,7 @@ cd /tmp/
|
||||
curl -sSL https://releases.hashicorp.com/nomad/${NOMAD_VERSION}/nomad_${NOMAD_VERSION}_linux_amd64.zip -o nomad.zip
|
||||
|
||||
echo "Fetching Consul..."
|
||||
curl -sSL https://releases.hashicorp.com/consul/0.8.5/consul_0.8.5_linux_amd64.zip > consul.zip
|
||||
curl -sSL https://releases.hashicorp.com/consul/0.9.3/consul_0.9.3_linux_amd64.zip > consul.zip
|
||||
|
||||
echo "Installing Nomad..."
|
||||
unzip nomad.zip
|
||||
|
||||
Reference in New Issue
Block a user