Skip to content

Commit

Permalink
Merge pull request #4 from athirn/patch-2
Browse files Browse the repository at this point in the history
make sure to fix DNS problem
  • Loading branch information
Athir Nuaimi committed May 25, 2012
2 parents 2c3cede + 0ba368d commit 6bbf282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Vagrant::Config.run do |config|
# an identifier, the second is the path on the guest to mount the
# folder, and the third is the path on the host to the actual folder.
# config.vm.share_folder "v-data", "/vagrant_data", "../data"

config.vm.provision :shell, :inline => "echo "nameserver 8.8.8.8" | sudo tee /etc/resolv.conf > /dev/null"
config.vm.provision :puppet do |puppet|
puppet.manifests_path = "puppet/manifests"
puppet.manifest_file = "site.pp"
Expand Down

0 comments on commit 6bbf282

Please sign in to comment.