lib/testlab/providers/templates/vagrant/Vagrantfile.erb in testlab-1.6.1 vs lib/testlab/providers/templates/vagrant/Vagrantfile.erb in testlab-1.6.2

- old
+ new

@@ -14,9 +14,10 @@ testlab.vm.provider :virtualbox do |vb| vb.name = <%= @hostname.inspect %> vb.customize(["modifyvm", :id, "--cpus", <%= @cpus.inspect %>]) vb.customize(["modifyvm", :id, "--memory", <%= @memory.inspect %>]) + vb.customize(["modifyvm", :id, "--resize", <%= @resize.inspect %>]) end testlab.ssh.username = <%= @user.inspect %> testlab.ssh.guest_port = <%= @port.inspect %> testlab.ssh.forward_agent = true