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