diff --git a/infra-config/04-vm-templates/fedora-41/proxmox.pkvars.hcl b/infra-config/04-vm-templates/fedora-41/proxmox.pkvars.hcl index 9947f70..729c193 100644 --- a/infra-config/04-vm-templates/fedora-41/proxmox.pkvars.hcl +++ b/infra-config/04-vm-templates/fedora-41/proxmox.pkvars.hcl @@ -17,4 +17,4 @@ proxmox_vm_storage_pool = "pve-templates" #proxmox_insecure_connection = false #Default: true proxmox_iso_storage_pool = "local" -template_name = "" +#template_name = "" diff --git a/infra-config/04-vm-templates/fedora-42/fedora-42.pkr.hcl b/infra-config/04-vm-templates/fedora-42/fedora-42.pkr.hcl index de832d0..71cfbdf 100755 --- a/infra-config/04-vm-templates/fedora-42/fedora-42.pkr.hcl +++ b/infra-config/04-vm-templates/fedora-42/fedora-42.pkr.hcl @@ -31,7 +31,7 @@ source "proxmox-iso" "fedora-kickstart" { iso_file = "${var.proxmox_iso_storage_pool}:iso/${var.iso_file}" unmount = true #iso_checksum = "sha512:33c08e56c83d13007e4a5511b9bf2c4926c4aa12fd5dd56d493c0653aecbab380988c5bf1671dbaea75c582827797d98c4a611f7fb2b131fbde2c677d5258ec9" - iso_checksum = "${iso_checksum_type}:${var.iso_checksum}" + iso_checksum = "${var.iso_checksum_type}:${var.iso_checksum}" } os = "l26"