Skip to content

Commit

Permalink
Prepare for multiple providers (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
radeksimko committed Mar 1, 2015
1 parent 73b1c03 commit b44b9d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
VAGRANTFILE_API_VERSION = "2"

Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
config.vm.box = "mac-osx-10-10"
config.vm.box_url = "./mac-osx-10-10.box"
config.vm.box = "mac-osx-10-10-vmware"
config.vm.box_url = "./mac-osx-10-10-vmware.box"

config.ssh.insert_key = false

Expand Down

0 comments on commit b44b9d2

Please sign in to comment.