Petr Michalec | 37741c7 | 2017-07-03 15:39:07 +0200 | [diff] [blame] | 1 | parameters: |
2 | _param: | ||||
3 | salt_version: 2016.3 | ||||
4 | rhel_releasever: 7 | ||||
5 | rhel_basearch: x86_64 | ||||
6 | linux: | ||||
7 | system: | ||||
8 | repo: | ||||
9 | salt: | ||||
10 | 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 |