lib/testlab/providers/templates/vagrant/Vagrantfile.erb in testlab-0.4.11 vs lib/testlab/providers/templates/vagrant/Vagrantfile.erb in testlab-0.4.12

- old
+ new

@@ -17,9 +17,9 @@ vb.customize(["modifyvm", :id, "--cpus", <%= @cpus.inspect %>]) vb.customize(["modifyvm", :id, "--memory", <%= @memory.inspect %>]) end testlab.ssh.username = <%= @user.inspect %> - testlab.ssh.port = <%= @port.inspect %> + testlab.ssh.guest_port = <%= @port.inspect %> testlab.ssh.forward_agent = true end end