8f2191471b
issue #180
10 lines
381 B
Plaintext
10 lines
381 B
Plaintext
{% from "salt/map.jinja" import salt_settings with context %}
|
|
|
|
saltstack-pkgrepo:
|
|
pkgrepo.managed:
|
|
- humanname: SaltStack repo for RHEL/CentOS $releasever
|
|
- baseurl: https://repo.saltstack.com/yum/redhat/$releasever/$basearch/latest
|
|
- enabled: 1
|
|
- gpgcheck: 1
|
|
- gpgkey: https://repo.saltstack.com/yum/redhat/$releasever/$basearch/latest/SALTSTACK-GPG-KEY.pub
|