vagrant template should not reference `win2k8`

The template file supplied inside the box images does not
have information about the external `name`, just reference config
and the provisioner type.
This commit is contained in:
Jeffrey Martin 2020-10-28 15:22:52 -05:00
parent e34db4f36e
commit 193600978e
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'