From c532e7b7dea7c7630c42a5d947b39342483d9b07 Mon Sep 17 00:00:00 2001 From: rblundon Date: Sun, 21 Sep 2025 18:00:31 -0500 Subject: [PATCH] add machine type --- .../04-vm-templates/ubuntu-24.04.03/ubuntu-24.04.pkr.hcl | 1 + 1 file changed, 1 insertion(+) diff --git a/infra-config/04-vm-templates/ubuntu-24.04.03/ubuntu-24.04.pkr.hcl b/infra-config/04-vm-templates/ubuntu-24.04.03/ubuntu-24.04.pkr.hcl index 2f4d365..a525b6e 100755 --- a/infra-config/04-vm-templates/ubuntu-24.04.03/ubuntu-24.04.pkr.hcl +++ b/infra-config/04-vm-templates/ubuntu-24.04.03/ubuntu-24.04.pkr.hcl @@ -72,6 +72,7 @@ source "proxmox-iso" "ubuntu-2404" { sockets = "${var.vm_cpu_sockets}" cores = "${var.vm_cpu_cores}" cpu_type = "host" + machine = "q35" memory = "${var.vm_mem_size}" scsi_controller = "virtio-scsi-single"