From 900098b9c1f8cf9706d53659e723d2b67554050a Mon Sep 17 00:00:00 2001 From: rblundon Date: Thu, 18 Sep 2025 09:30:17 -0500 Subject: [PATCH] fix --- .../04-vm-templates/ubuntu-24.04.03/ubuntu-24.04.pkr.hcl | 6 +++--- 1 file changed, 3 insertions(+), 3 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 6cf7d2c..6e6d0b6 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 @@ -2,6 +2,9 @@ # LOCALS ################################################################################## +# Reminder to disable the firewall before starting +# sudo systemctl stop firewalld + locals { buildtime = formatdate("YYYY-MM-DD hh:mm ZZZ", timestamp()) } @@ -96,9 +99,6 @@ source "proxmox-iso" "ubuntu-2404" { build { sources = ["source.proxmox-iso.ubuntu-2404"] # name = "ubuntu-24.04.3" - PackerHTTPPort = 8543 - # Reminder to disable the firewall before starting (or allow the port) - # sudo systemctl stop firewalld # Provisioning the VM Template for Cloud-Init Integration in Proxmox #1 provisioner "shell" {