191377a8e6e7 default tip
Update Vagrantfile.
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Wed, 02 Nov 2011 17:49:26 -0400 |
parents | c404c1660c49 |
children | (none) |
branches/tags | default tip |
files | Vagrantfile |
Changes
--- a/Vagrantfile Mon Oct 24 21:39:12 2011 -0400 +++ b/Vagrantfile Wed Nov 02 17:49:26 2011 -0400 @@ -5,7 +5,7 @@ # guest <-- host config.vm.forward_port "http", 8000, 4565 - config.vm.forward_port "swank", 4005, 4005 + config.vm.network("33.33.33.10") config.vm.provision :puppet do |puppet| puppet.manifest_file = "base.pp"