We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d719c65 commit 99ce1a9Copy full SHA for 99ce1a9
Vagrantfile
@@ -39,8 +39,8 @@ Vagrant::Config.run do |config|
39
end
40
41
# 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
+ config.vm.network :hostonly, "33.33.33.24"
+ #config.vm.network "33.33.33.24" # old 0.8.* way
44
45
config.vm.provision :puppet do |puppet|
46
puppet.manifests_path = "vagrant/manifests"
0 commit comments