Merge pull request #409 from mark-rushakoff/fuller-vagrantfile

Install curl in vagrant-cluster demo's Vagrantfile
This commit is contained in:
Armon Dadgar 2014-10-20 10:57:51 -07:00
commit 13ebb1a141
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
$script = <<SCRIPT
echo Installing dependencies...
sudo apt-get install -y unzip
sudo apt-get install -y unzip curl
echo Fetching Consul...
cd /tmp/