From 20e5891405d94e8a5787c1eeeb60c278efcfaf59 Mon Sep 17 00:00:00 2001 From: Chris Long Date: Fri, 29 Jun 2018 07:14:51 -0700 Subject: [PATCH] Updating to Vagrant 2.1.2 --- ci/build_machine_bootstrap.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/build_machine_bootstrap.sh b/ci/build_machine_bootstrap.sh index 50c11ef..eca6399 100755 --- a/ci/build_machine_bootstrap.sh +++ b/ci/build_machine_bootstrap.sh @@ -51,8 +51,8 @@ if [ "$PACKER_ONLY" -eq 0 ]; then # Install Vagrant mkdir /opt/vagrant cd /opt/vagrant || exit 1 - wget https://releases.hashicorp.com/vagrant/2.1.1/vagrant_2.1.1_x86_64.deb - dpkg -i vagrant_2.1.1_x86_64.deb + wget https://releases.hashicorp.com/vagrant/2.1.2/vagrant_2.1.2_x86_64.deb + dpkg -i vagrant_2.1.2_x86_64.deb vagrant plugin install vagrant-reload # Make the Vagrant instances headless