Skip to content

Commit

Permalink
Integrate Vagrantfile changes into upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
dcorking committed Jun 17, 2014
2 parents d12fb19 + d0fcc48 commit 45c0716
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 @@ -8,4 +8,9 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
config.vm.provision "shell", path: "vagrant-ubuntu-install.sh", privileged: false
config.vm.network :forwarded_port, host: 3003, guest: 3000
config.vm.synced_folder ".", "/LocalSupport"

config.vm.provider "virtualbox" do |v|
v.customize ["modifyvm", :id, "--natdnshostresolver1", "on"]
v.customize ["modifyvm", :id, "--natdnsproxy1", "on"]
end
end

0 comments on commit 45c0716

Please sign in to comment.