From 97e9c8c037984bfea9e280fcacc4e482288b87e6 Mon Sep 17 00:00:00 2001 From: rblundon Date: Wed, 17 Sep 2025 23:21:42 -0500 Subject: [PATCH] fixed build issue --- .../04-vm-templates/ubuntu-24.04.03/ubuntu-24.04.pkr.hcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 dfeb5b3..88fc354 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 @@ -23,7 +23,7 @@ packer { # SOURCE ################################################################################## -source "proxmox-iso" "ubuntu-24.04.3" { +source "proxmox-iso" "ubuntu-2404" { boot_iso { type = "scsi" iso_file = "${var.proxmox_iso_storage_pool}:iso/${var.iso_file}" @@ -95,7 +95,7 @@ source "proxmox-iso" "ubuntu-24.04.3" { build { - sources = ["source.proxmox-iso.ubuntu-24.04.3"] + sources = ["source.proxmox-iso.ubuntu-2404"] # name = "ubuntu-24.04.3" # Provisioning the VM Template for Cloud-Init Integration in Proxmox #1