Merge pull request #4029 from freddygv/dnsutils-vagrant-cluster

Enables dig in vagrant-cluster demo by installing dnsutils
This commit is contained in:
Jack Pearkes 2018-04-13 15:45:28 -07:00 committed by GitHub
commit 4df67b15e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ $script = <<SCRIPT
echo "Installing dependencies ..."
sudo apt-get update
sudo apt-get install -y unzip curl jq
sudo apt-get install -y unzip curl jq dnsutils
echo "Determining Consul version to install ..."
CHECKPOINT_URL="https://checkpoint-api.hashicorp.com/v1/check"