Skip to content
Snippets Groups Projects
Commit 0d947534 authored by Daniel Mizyrycki's avatar Daniel Mizyrycki
Browse files

Fix main Vagrantfile

parent e431dc26
No related branches found
No related tags found
No related merge requests found
......@@ -50,12 +50,4 @@ Vagrant::VERSION >= "1.1.0" and Vagrant.configure("2") do |config|
config.vm.box = BOX_NAME
config.vm.box_url = BOX_URI
end
config.vm.provider :vmware_fusion do |vm|
config.vm.box = "precise64"
config.vm.box_url = "http://files.vagrantup.com/precise64_vmware_fusion.box"
config.vm.provision :shell, :inline => <<-UPDATE
apt-get install -y linux-image-extra-3.2.0-29-virtual
UPDATE
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment