From dbd1c94ada44a6d4680e589fb6f9431c4760cc85 Mon Sep 17 00:00:00 2001 From: rblundon Date: Sun, 21 Sep 2025 18:18:37 -0500 Subject: [PATCH] remove packages --- .../04-vm-templates/fedora-42/fedora-42.pkr.hcl | 2 +- .../04-vm-templates/ubuntu-24.04.03/http/user-data | 14 +++++++------- .../ubuntu-24.04.03/ubuntu-24.04.pkr.hcl | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) 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 b8f47a2..386f90c 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 @@ -13,7 +13,7 @@ packer { source = "github.com/hashicorp/ansible" } name = { - version = "~> 1" + version = ">= 1.2.3" source = "github.com/hashicorp/proxmox" } } diff --git a/infra-config/04-vm-templates/ubuntu-24.04.03/http/user-data b/infra-config/04-vm-templates/ubuntu-24.04.03/http/user-data index b8dcc62..965ca2b 100644 --- a/infra-config/04-vm-templates/ubuntu-24.04.03/http/user-data +++ b/infra-config/04-vm-templates/ubuntu-24.04.03/http/user-data @@ -22,13 +22,13 @@ autoinstall: primary: - arches: [i386, amd64] uri: "http://archive.ubuntu.com/ubuntu" - packages: - - curl - - unzip - - openssh-server - - util-linux-extra - - qemu-guest-agent - - cloud-init + # packages: + # - curl + # - unzip + # - openssh-server + # - util-linux-extra + # - qemu-guest-agent + # - cloud-init user-data: disable_root: false late-commands: 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 a525b6e..647e3dd 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 @@ -16,7 +16,7 @@ packer { source = "github.com/hashicorp/ansible" } name = { - version = "~> 1" + version = ">= 1.2.3" source = "github.com/hashicorp/proxmox" } }