blob: ba045c5956ca0c14c8475d404a202e0d67af8cde [file] [log] [blame]
Petr Michalec37741c72017-07-03 15:39:07 +02001parameters:
2 _param:
3 salt_version: 2016.3
4 rhel_releasever: 7
5 rhel_basearch: x86_64
6 linux:
7 system:
8 repo:
Filip Pytlounb9090502017-11-13 13:59:29 +01009 saltstack:
Petr Michalec37741c72017-07-03 15:39:07 +020010 humanname: "SaltStack repo for RHEL/CentOS ${rhel_repo_releasever}"
11 source: "https://repo.saltstack.com/yum/redhat/${_param:rhel_releasever}/${_param:rhel_basearch}/${_param:salt_version}"
12 gpgkey: "https://repo.saltstack.com/yum/redhat/${_param:rhel_releasever}/${_param:rhel_basearch}/${_param:salt_version}/SALTSTACK-GPG-KEY.pub"
13 gpgcheck: true
14 architectures: amd64
Filip Pytlounb9090502017-11-13 13:59:29 +010015 salt:
16 enabled: false