16 lines
517 B
YAML
16 lines
517 B
YAML
# hieradata/os/AlmaLinux/AlmaLinux8.yaml
|
|
---
|
|
crypto_policies::policy: 'DEFAULT'
|
|
|
|
profiles::packages::include:
|
|
network-scripts: {}
|
|
|
|
profiles::yum::global::repos:
|
|
powertools:
|
|
name: powertools
|
|
descr: powertools repository
|
|
target: /etc/yum.repos.d/powertools.repo
|
|
baseurl: https://edgecache.query.consul/almalinux/%{facts.os.release.full}/PowerTools/%{facts.os.architecture}/os
|
|
gpgkey: http://edgecache.query.consul/almalinux/RPM-GPG-KEY-AlmaLinux-%{facts.os.release.major}
|
|
mirrorlist: absent
|