Petr Michalec | 8cd0a1a | 2017-05-15 17:29:44 +0200 | [diff] [blame] | 1 | classes: |
| 2 | - linux.system.repo_local.mcp.salt |
| 3 | parameters: |
| 4 | _param: |
| 5 | linux_system_repo_mcp_salt_unstable_version: testing |
| 6 | linux: |
| 7 | system: |
| 8 | repo: |
| 9 | mcp_salt_unstable: |
| 10 | refresh_db: ${_param:linux_repo_refresh_db} |
| 11 | source: "deb [arch=amd64] http://${_param:local_repo_url}/ubuntu-${_param:linux_system_codename}/ ${_param:linux_system_repo_mcp_salt_unstable_version} salt" |
| 12 | architectures: amd64 |
| 13 | key_url: "http://${_param:local_repo_url}/public.gpg" |
| 14 | pin: |
| 15 | - pin: 'release a=${_param:linux_system_repo_mcp_salt_unstable_version}' |
| 16 | priority: 90 |
| 17 | package: '*' |