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
..
2011-08-27 23:39:02 -07:00
2010-09-22 09:43:30 -06:00
2011-07-19 14:32:27 -07:00
2011-07-10 15:35:45 -07:00
2011-09-13 13:25:09 -07:00