Skip to content

Commit

Permalink
Merge pull request #7574 from Ingramz/master
Browse files Browse the repository at this point in the history
Add VirtualBox 5.1 driver
  • Loading branch information
sethvargo committed Jul 13, 2016
2 parents a4f45a1 + b57b0e0 commit ee7126e
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

0 comments on commit ee7126e

Please sign in to comment.