packer-images/images/almalinux/8.10/puppet-base/variables.auto.pkrvars.hcl
Ben Vincent a8e438d247
All checks were successful
Build / build (pull_request) Successful in 7m10s
feat: add almalinux8 incus images
- build new base images for el8 and el9
- build puppet-base images for el8 and el9
2025-07-12 12:08:25 +10:00

20 lines
356 B
HCL

# almalinux/8.10/puppet-base
incus_source = "almalinux8/base/latest"
deploy_files_from_image = true
use_incus = true
packages = [
"htop",
"openssh-server",
"puppet-agent",
"puppet-initial"
]
scripts_pre_packages = [
"dnf makecache",
"dnf update -y",
]
scripts_final = [
"dnf clean all",
"rm -rf /var/cache/dnf",
"systemctl enable sshd"
]