[vagrant] Remove redundant configuration block.

This commit is contained in:
Jesse Stuart 2018-01-18 04:34:14 -05:00
parent e222d60b5a
commit 5db947d9e8
No known key found for this signature in database
GPG Key ID: AB409E7ED316A477
1 changed files with 0 additions and 5 deletions

5
Vagrantfile vendored
View File

@ -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