From 483f57db42d10312a98480be8fa42ae3ba2eb0a1 Mon Sep 17 00:00:00 2001 From: Dick Davies Date: Tue, 21 Jan 2014 10:25:16 +0000 Subject: [PATCH] Vagrant won't 'up' with these 2 options set removed 2 ssh tweaks so 'vagrant up centos-6' runs: sample-python-omnibus-app:$ vagrant up centos-6 Bringing machine 'centos-6' up with 'virtualbox' provider... There are errors in the configuration of this machine. Please fix the following errors and try again: SSH: * The following settings shouldn't exist: max_tries, timeout --- Vagrantfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Vagrantfile b/Vagrantfile index ddaeaa6..8c3db57 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -62,8 +62,6 @@ Vagrant.configure("2") do |config| # The path to the Berksfile to use with Vagrant Berkshelf config.berkshelf.berksfile_path = "./Berksfile" - config.ssh.max_tries = 40 - config.ssh.timeout = 120 config.ssh.forward_agent = true host_project_path = File.expand_path("..", __FILE__)