Skip to content

Commit

Permalink
Add parallels provider config to Vagrantfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Fedoseev committed Feb 6, 2015
1 parent e915dc9 commit b866339
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Vagrantfile
Expand Up @@ -18,4 +18,9 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|

config.vm.provision "shell", path: "provision.sh", privileged: false

config.vm.provider "parallels" do |v, override|
override.vm.box = "parallels/ubuntu-14.04"
override.vm.box_url = "https://vagrantcloud.com/parallels/boxes/ubuntu-14.04"
end

end

0 comments on commit b866339

Please sign in to comment.