Skip to content
This repository has been archived by the owner on Mar 15, 2018. It is now read-only.

Commit

Permalink
Use the latest vagrant
Browse files Browse the repository at this point in the history
  • Loading branch information
kumar303 committed May 24, 2012
1 parent d719c65 commit 99ce1a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Vagrantfile
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ Vagrant::Config.run do |config|
end end


# For convenience add something like this to /etc/hosts: 33.33.33.24 z.local # For convenience add something like this to /etc/hosts: 33.33.33.24 z.local
# config.vm.network :hostonly, "33.33.33.24" config.vm.network :hostonly, "33.33.33.24"
config.vm.network "33.33.33.24" # old 0.8.* way #config.vm.network "33.33.33.24" # old 0.8.* way


config.vm.provision :puppet do |puppet| config.vm.provision :puppet do |puppet|
puppet.manifests_path = "vagrant/manifests" puppet.manifests_path = "vagrant/manifests"
Expand Down

0 comments on commit 99ce1a9

Please sign in to comment.