vagrant/plugins/providers/virtualbox/driver
Evgeniy N 890820eaf6 Add snapshot commands
Fixed error remains in other versions:
  return [] if e.extra_data[:stdout].include?("does not have")
should be
  return [] if e.extra_data[:stderr].include?("does not have")

Many methods are the same in different version_X, and should be moved to Base class.
2016-02-18 11:47:07 +06:00
..
base.rb providers/virtualbox: more robust lookup for VBoxManage on Win 2015-11-20 15:56:14 -08:00
meta.rb providers/virtualbox: wrap version set in mutex 2015-11-19 11:19:56 -08:00
version_4_0.rb providers/virtualbox: more support 2015-10-01 08:50:47 -04:00
version_4_1.rb Add snapshot commands 2016-02-18 11:47:07 +06:00
version_4_2.rb providers/virtualbox: v4.2 and 4.3 support 2015-10-08 08:57:21 -04:00
version_4_3.rb Use UNC paths for shared folders on Windows host 2015-11-05 18:55:34 +02:00
version_5_0.rb Use UNC paths for shared folders on Windows host 2015-11-05 18:56:24 +02:00