From da06bcb1aca6c28d16a10d8437a25de59fc261cc Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Thu, 24 Apr 2025 22:00:45 +1000 Subject: [PATCH] feat: rebuild incus (#12) - add htop - puppet-initial package has been updated Reviewed-on: https://git.query.consul/unkin/packer-images/pulls/12 --- images/almalinux/9.5/puppet-base/variables.auto.pkrvars.hcl | 1 + 1 file changed, 1 insertion(+) diff --git a/images/almalinux/9.5/puppet-base/variables.auto.pkrvars.hcl b/images/almalinux/9.5/puppet-base/variables.auto.pkrvars.hcl index 8265a10..aa285aa 100644 --- a/images/almalinux/9.5/puppet-base/variables.auto.pkrvars.hcl +++ b/images/almalinux/9.5/puppet-base/variables.auto.pkrvars.hcl @@ -3,6 +3,7 @@ incus_source = "almalinux9/base/latest" deploy_files_from_image = true use_incus = true packages = [ + "htop", "puppet-agent", "puppet-initial" ]