vagrant/lib
Cody Herriges 48f3ce5880 Makes the execute method honor max_tries.
Vagrant::SSH.execute is hard coded for only 5 tries, this makes
  starting Debian machines very unreliable.  Debian will reset
  networking when you create a new hostonly NIC or change the hostname
  of the machine and occasionally the coming up part takes longer than
  what is provided by 5 tries.  Making this method honor the max_tries
  config option will make it possible to avoid this.
2011-09-21 13:27:23 -07:00
..
vagrant Makes the execute method honor max_tries. 2011-09-21 13:27:23 -07:00
vagrant.rb Find a way to autoload 'vagrant/ssh' since that is a slow loader. 2011-07-09 11:12:15 -07:00