From 48f4ca4765ca1dfe3b0bf85ae5f606dcedae96c2 Mon Sep 17 00:00:00 2001 From: derekwaynecarr Date: Tue, 19 Jan 2016 11:30:30 -0500 Subject: [PATCH] Update vagrant prereq to 1.7.4 --- Vagrantfile | 2 +- docs/getting-started-guides/vagrant.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Vagrantfile b/Vagrantfile index 3b3599e7662..9251dd8f5a2 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -5,7 +5,7 @@ VAGRANTFILE_API_VERSION = "2" # Require a recent version of vagrant otherwise some have reported errors setting host names on boxes -Vagrant.require_version ">= 1.6.2" +Vagrant.require_version ">= 1.7.4" if ARGV.first == "up" && ENV['USING_KUBE_SCRIPTS'] != 'true' raise Vagrant::Errors::VagrantError.new, <= 1.6.2 of vagrant from http://www.vagrantup.com/downloads.html +1. Install latest version >= 1.7.4 of vagrant from http://www.vagrantup.com/downloads.html 2. Install one of: 1. The latest version of Virtual Box from https://www.virtualbox.org/wiki/Downloads 2. [VMWare Fusion](https://www.vmware.com/products/fusion/) version 5 or greater as well as the appropriate [Vagrant VMWare Fusion provider](https://www.vagrantup.com/vmware)