[vagrant] Remove redundant configuration block.

pull/5799/head
Jesse Stuart 8 years ago
parent e222d60b5a
commit 5db947d9e8
No known key found for this signature in database
GPG Key ID: AB409E7ED316A477

5
Vagrantfile vendored

@ -69,11 +69,6 @@ def configureProviders(vmCfg, cpus: "2", memory: "2048")
end
end
vmCfg.vm.provider "virtualbox" do |v|
v.memory = memory
v.cpus = cpus
end
return vmCfg
end

Loading…
Cancel
Save