Skip to content

Commit

Permalink
Fix provisioning with Ubuntu host + Ubuntu guest
Browse files Browse the repository at this point in the history
See hashicorp/vagrant#516. It’s not actually a Vagrant problem, but a
seemingly long-unfixed Virtualbox one, still in new releases.
  • Loading branch information
morungos committed Sep 12, 2014
1 parent 94a9530 commit df6a8ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Vagrantfile
Expand Up @@ -36,6 +36,7 @@ Vagrant.configure("2") do |config|
config.vm.provider "virtualbox" do |v|
v.memory = 2048
v.cpus = 2
v.customize ["modifyvm", :id, "--nictype1", "Am79C973"]
end

config.vm.provision "ansible" do |ansible|
Expand Down

0 comments on commit df6a8ed

Please sign in to comment.