2015-06-02 20:40:53 +01:00
|
|
|
{% from "salt/map.jinja" import salt_settings with context %}
|
|
|
|
|
2016-01-08 11:21:22 -06:00
|
|
|
saltstack-pkgrepo:
|
2015-06-02 20:40:53 +01:00
|
|
|
pkgrepo.managed:
|
2016-01-08 11:21:22 -06:00
|
|
|
- humanname: SaltStack repo for RHEL/CentOS $releasever
|
|
|
|
- baseurl: https://repo.saltstack.com/yum/redhat/$releasever/$basearch/latest
|
2015-06-02 20:40:53 +01:00
|
|
|
- enabled: 1
|
2016-01-08 11:21:22 -06:00
|
|
|
- gpgcheck: 1
|
|
|
|
- gpgkey: https://repo.saltstack.com/yum/redhat/$releasever/$basearch/latest/SALTSTACK-GPG-KEY.pub
|