blob: cbce62f954a8d17bc3584e8160b1fe9d8c5b3817 [file] [log] [blame]
Petr Michalec4f65a712017-02-02 10:47:18 +01001parameters:
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