packer-images/images/almalinux/9.5/puppet-base/variables.auto.pkrvars.hcl
Ben Vincent da06bcb1ac
All checks were successful
Deploy / build (push) Successful in 8s
feat: rebuild incus (#12)
- add htop
- puppet-initial package has been updated

Reviewed-on: https://git.query.consul/unkin/packer-images/pulls/12
2025-04-24 22:00:45 +10:00

18 lines
308 B
HCL

# almalinux/9.5/puppet-base
incus_source = "almalinux9/base/latest"
deploy_files_from_image = true
use_incus = true
packages = [
"htop",
"puppet-agent",
"puppet-initial"
]
scripts_pre_packages = [
"dnf makecache",
"dnf update -y",
]
scripts_final = [
"dnf clean all",
"rm -rf /var/cache/dnf"
]