Land #496, vagrant template cannot not ref `win2k8`

This commit is contained in:
Jeffrey Martin 2020-10-28 17:18:38 -05:00
commit 6c12e1c048
No known key found for this signature in database
GPG Key ID: 0CD9BBC2AF15F171
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ Vagrant.configure("2") do |config|
v.vmx["scsi0.virtualDev"] = "lsisas1068"
end
win2k8.vm.provider "libvirt" do |v|
config.vm.provider :libvirt do |v|
v.memory = "2048"
v.cpus = "2"
v.video_type = 'qxl'