blob: e93a4b3cc1c06cb4aa7a9b7489e47fb37cf9fba2 [file] [log] [blame]
Ondrej Smolaa2202f22016-12-14 15:57:34 +01001parameters:
2 linux:
3 system:
4 repo:
5 ubuntu:
6 refresh_db: ${_param:linux_repo_refresh_db}
Ondrej Smola9f346de2016-12-15 15:36:23 +01007 source: "deb [arch=amd64] http://${_param:local_repo_url}/ubuntu ${_param:linux_system_codename} main universe restricted"
Ondrej Smolaa2202f22016-12-14 15:57:34 +01008 architectures: amd64
9 default: true
10 key_url: "http://${_param:local_repo_url}/public.gpg"
azvyagintsev5a00f7a2018-06-05 19:20:40 +030011 ubuntu_updates:
Ondrej Smolaa2202f22016-12-14 15:57:34 +010012 refresh_db: ${_param:linux_repo_refresh_db}
Ondrej Smola9f346de2016-12-15 15:36:23 +010013 source: "deb [arch=amd64] http://${_param:local_repo_url}/ubuntu ${_param:linux_system_codename}-updates main universe restricted"
Ondrej Smolaa2202f22016-12-14 15:57:34 +010014 architectures: amd64
15 default: true
16 key_url: "http://${_param:local_repo_url}/public.gpg"
azvyagintsev5a00f7a2018-06-05 19:20:40 +030017 ubuntu_security:
Ondrej Smolaa2202f22016-12-14 15:57:34 +010018 refresh_db: ${_param:linux_repo_refresh_db}
Ondrej Smola9f346de2016-12-15 15:36:23 +010019 source: "deb [arch=amd64] http://${_param:local_repo_url}/ubuntu ${_param:linux_system_codename}-security main universe restricted"
Ondrej Smolaa2202f22016-12-14 15:57:34 +010020 architectures: amd64
21 default: true
22 key_url: "http://${_param:local_repo_url}/public.gpg"