- 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"
8 lines
143 B
YAML
8 lines
143 B
YAML
# hieradata/os/AlmaLinux/AlmaLinux9.yaml
|
|
---
|
|
crypto_policies::policy: 'DEFAULT:SHA1'
|
|
|
|
profiles::yum::global::repos:
|
|
crb:
|
|
ensure: present
|