From eea499a32cd65827ef1b7c31759aa296af7c1096 Mon Sep 17 00:00:00 2001 From: rblundon Date: Thu, 18 Sep 2025 09:36:40 -0500 Subject: [PATCH] fix --- .../04-vm-templates/ubuntu-24.04.03/ubuntu-24.04.pkr.hcl | 5 ++--- 1 file changed, 2 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 9d7e7fc..fdcf9d7 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 @@ -66,9 +66,8 @@ source "proxmox-iso" "ubuntu-2404" { # (Optional) Bind IP Address and Port # http_bind_address = "10.1.149.166" - http_port = 8543 - # http_port_min = 8543 - # http_port_max = 8543 + http_port_min = 8543 + http_port_max = 8543 sockets = "${var.vm_cpu_sockets}" cores = "${var.vm_cpu_cores}"