f2954a64c6
Prior to this commit, the hyper-v and virtualbox system crash check existed within the initialize function of the virtualbox provider. That caused an issue when running with other providers, because the virtualbox provider still gets initialized even if not used. This commit changes that by placing the check inside of one of the virtualbox provider actions that checks if virtualbox is installed and ready to use. This action is action is used by the main vbox provider actions, and should not be called when other providers are being used with Vagrant. |
||
---|---|---|
.. | ||
base.rb | ||
meta.rb | ||
version_4_0.rb | ||
version_4_1.rb | ||
version_4_2.rb | ||
version_4_3.rb | ||
version_5_0.rb | ||
version_5_1.rb | ||
version_5_2.rb |