Skip to content

Commit

Permalink
Merge pull request #656 from khromov/develop
Browse files Browse the repository at this point in the history
Add support for VMWare Workstation
  • Loading branch information
jeremyfelt committed Jun 8, 2015
2 parents 0d84f8f + 7a36deb commit 30fadb2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ Vagrant.configure("2") do |config|
config.vm.provider :vmware_fusion do |v, override|
override.vm.box = "netsensia/ubuntu-trusty64"
end

# VMWare Workstation can use the same package as Fusion
config.vm.provider :vmware_workstation do |v, override|
override.vm.box = "netsensia/ubuntu-trusty64"
end

config.vm.hostname = "vvv"

Expand Down

0 comments on commit 30fadb2

Please sign in to comment.