All checks were successful
Build / build (pull_request) Successful in 7m10s
- build new base images for el8 and el9 - build puppet-base images for el8 and el9
20 lines
356 B
HCL
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"
|
|
]
|