- update the unkin repo definition for el8 and el9 Reviewed-on: https://git.query.consul/unkinben/puppet-prod/pulls/227
24 lines
803 B
YAML
24 lines
803 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
|
|
unkin:
|
|
name: unkin
|
|
descr: unkin repository
|
|
target: /etc/yum.repos.d/unkin.repo
|
|
baseurl: https://git.query.consul/api/packages/unkin/rpm/almalinux/el8
|
|
gpgkey: https://git.query.consul/api/packages/unkin/rpm/repository.key
|
|
gpgcheck: false
|
|
mirrorlist: absent
|