# HG changeset patch # User Steve Losh # Date 1320270566 14400 # Node ID 191377a8e6e70830e0eb41d96dedb7749802d786 # Parent c404c1660c499b24a6e510f20045462a027a4aaa Update Vagrantfile. diff -r c404c1660c49 -r 191377a8e6e7 Vagrantfile --- 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"