providers/virtualbox: store version on instance as well

This commit is contained in:
Mitchell Hashimoto 2015-11-19 11:02:00 -08:00
parent d56c8fda18
commit fb511a43d9
1 changed files with 1 additions and 0 deletions

View File

@ -80,6 +80,7 @@ module VagrantPlugins
@logger.info("Using VirtualBox driver: #{driver_klass}")
@driver = driver_klass.new(@uuid)
@version = @@version
if @uuid
# Verify the VM exists, and if it doesn't, then don't worry