All checks were successful
Build / precommit (pull_request) Successful in 4m20s
- add 30+ repository definitions to AlmaLinux/all_releases.yaml with `ensure: absent` defaults - update all role-specific hieradata files to use `ensure: present` pattern - remove duplicated repository URL/GPG key configurations from individual roles - maintains existing functionality while improving maintainability"
11 lines
197 B
YAML
11 lines
197 B
YAML
# hieradata/os/AlmaLinux/AlmaLinux8.yaml
|
|
---
|
|
crypto_policies::policy: 'DEFAULT'
|
|
|
|
profiles::packages::include:
|
|
network-scripts: {}
|
|
|
|
profiles::yum::global::repos:
|
|
powertools:
|
|
ensure: present
|