Skip to content

Commit 99ce1a9

Browse files
committed
Use the latest vagrant
1 parent d719c65 commit 99ce1a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Vagrantfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ Vagrant::Config.run do |config|
3939
end
4040

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

4545
config.vm.provision :puppet do |puppet|
4646
puppet.manifests_path = "vagrant/manifests"

0 commit comments

Comments
 (0)