packer-images/images/almalinux/9.5/puppet-base/variables.auto.pkrvars.hcl
Ben Vincent 2243d90930
All checks were successful
Build / build (pull_request) Successful in 3m58s
feat: rebuild incus
- add htop
- puppet-initial package has been updated
2025-04-24 21:53:54 +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"
]