From ec9a6182a84bb3c134a5821cfb5c0fba2794e1b6 Mon Sep 17 00:00:00 2001 From: Richard Millan Date: Sun, 8 Jan 2012 20:10:37 -0800 Subject: [PATCH] Update to Vagrantfile template. A name is not required for the forwarding port. --- templates/commands/init/Vagrantfile.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/commands/init/Vagrantfile.erb b/templates/commands/init/Vagrantfile.erb index c6b9959f2..9f9ca33a7 100644 --- a/templates/commands/init/Vagrantfile.erb +++ b/templates/commands/init/Vagrantfile.erb @@ -29,7 +29,7 @@ Vagrant::Config.run do |config| # Forward a port from the guest to the host, which allows for outside # computers to access the VM, whereas host only networking does not. - # config.vm.forward_port "http", 80, 8080 + # config.vm.forward_port 80, 8080 # Share an additional folder to the guest VM. The first argument is # an identifier, the second is the path on the guest to mount the