Skip to content

Commit

Permalink
Add VirtualBox 5.1 driver
Browse files Browse the repository at this point in the history
  • Loading branch information
Ingramz committed Jul 13, 2016
1 parent a4f45a1 commit b57b0e0
Show file tree
Hide file tree
Showing 3 changed files with 736 additions and 0 deletions.
1 change: 1 addition & 0 deletions plugins/providers/virtualbox/driver/meta.rb
Expand Up @@ -61,6 +61,7 @@ def initialize(uuid=nil)
"4.2" => Version_4_2,
"4.3" => Version_4_3,
"5.0" => Version_5_0,
"5.1" => Version_5_1,
}

if @@version.start_with?("4.2.14")
Expand Down

1 comment on commit b57b0e0

@mortax
Copy link

@mortax mortax commented on b57b0e0 Jul 18, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks. these changes just got vagrant up and running with virtual box 5.1. will they be included in an official release anytime soon?

Please sign in to comment.