This commit is contained in:
2025-09-17 23:16:50 -05:00
parent a084340ce0
commit b885d1d707

View File

@@ -23,7 +23,7 @@ packer {
# SOURCE # SOURCE
################################################################################## ##################################################################################
source "proxmox-iso" "ubuntu-24.04.03" { source "proxmox-iso" "ubuntu-24.04.3" {
boot_iso { boot_iso {
type = "scsi" type = "scsi"
iso_file = "${var.proxmox_iso_storage_pool}:iso/${var.iso_file}" iso_file = "${var.proxmox_iso_storage_pool}:iso/${var.iso_file}"
@@ -84,7 +84,7 @@ source "proxmox-iso" "ubuntu-24.04.03" {
ssh_timeout = "15m" ssh_timeout = "15m"
ssh_username = "${var.ssh_username}" ssh_username = "${var.ssh_username}"
ssh_password = "${var.ssh_password}" ssh_password = "${var.ssh_password}"
template_description = "Ubuntu 24.04.03, generated on ${timestamp()}" template_description = "Ubuntu 24.04.3, generated on ${timestamp()}"
template_name = "${var.vm_name}" template_name = "${var.vm_name}"
} }
@@ -95,8 +95,8 @@ source "proxmox-iso" "ubuntu-24.04.03" {
build { build {
sources = ["source.proxmox-iso.ubuntu-24.04.03"] sources = ["source.proxmox-iso.ubuntu-24.04.3"]
# name = "ubuntu-24.04.03" # name = "ubuntu-24.04.3"
# Provisioning the VM Template for Cloud-Init Integration in Proxmox #1 # Provisioning the VM Template for Cloud-Init Integration in Proxmox #1
provisioner "shell" { provisioner "shell" {