Using Vagrant 1.3.3

Successfully added box 'wheezy64' with provider 'virtualbox'!
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

Fix:

diff --git a/lib/Vagrantfile b/lib/Vagrantfile
index 7b26129..5f0e4c6 100644
--- a/lib/Vagrantfile
+++ b/lib/Vagrantfile
@@ -15,7 +15,6 @@ Vagrant.configure("2") do |config|
 
       config.vm.define "#{vm::Shortname}#{count}" do |vm_config|
 
-        vm_config.ssh.max_tries = vm::SSH_tries
         vm_config.ssh.forward_agent = vm::SSH_forward_agent
         vm_config.vm.box = vm::Basebox
         vm_config.vm.box_url = vm::Box_url

Comments

jwjoshuawalker’s picture

Yes, this needs to happen. I haven't tested this patch, but vagrant up wouldn't work on a drush-vagrant created box until I commented out the line about max_tries in it's: .drush/drush-vagrant/lib/Vagrantfile

Vagrant 1.3.3 (latest as of posting)

helmo’s picture

Status: Needs review » Fixed

committed .. The vagrant git repo confirms this...

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

muschpusch’s picture

Hey it would be nice to create 7.x-2.0-rc4 since when using aegir-up for the first time it's a bit frustrating if it just doesn't work :)

thoth’s picture

Issue summary: View changes

+1 on creating RC4 seeing as how this was fixed six months ago.

danepowell’s picture

Just hit this issue too. I opened a new issue asking for rc4: #2235973: Release rc4