| Petr Michalec | 4f65a71 | 2017-02-02 10:47:18 +0100 | [diff] [blame] | 1 | parameters: |
| 2 | linux: | ||||
| 3 | system: | ||||
| 4 | repo: | ||||
| 5 | local-hotfix: | ||||
| 6 | refresh_db: ${_param:linux_repo_refresh_db} | ||||
| 7 | source: "deb [arch=amd64] http://${_param:local_repo_url}/local-hotfix/ ${_param:linux_distrib_codename} main" | ||||
| 8 | architectures: amd64 | ||||
| 9 | key_url: "http://${_param:public_key_host}/public.gpg" | ||||
| 10 | pin: | ||||
| 11 | - pin: 'release l=local-hotfix trusty' | ||||
| 12 | priority: 1101 | ||||
| 13 | package: '*' | ||||
| 14 | |||||