blob: 8cbccda2161e79591b5dc24f42214783f0daf8a0 [file] [log] [blame]
azvyagintsevee56ba82018-06-15 17:57:23 +03001classes:
2- system.linux.system.repo.keystorage.aptly
Richard Felkl57468bf2017-12-04 11:41:45 +01003parameters:
4 _param:
azvyagintsevee56ba82018-06-15 17:57:23 +03005 linux_system_repo_url: http://mirror.mirantis.com/${_param:apt_mk_version}/
6 linux_system_repo_mcp_aptly_url: ${_param:linux_system_repo_url}/aptly/
Richard Felkl57468bf2017-12-04 11:41:45 +01007 linux:
8 system:
9 repo:
10 mcp_aptly:
azvyagintsevee56ba82018-06-15 17:57:23 +030011 source: "deb [arch=amd64] ${_param:linux_system_repo_mcp_aptly_url}/${_param:linux_system_codename}/ squeeze main"
Richard Felkl57468bf2017-12-04 11:41:45 +010012 architectures: amd64
Richard Felkl57468bf2017-12-04 11:41:45 +010013 clean_file: true
azvyagintsevc21c5ae2018-10-02 20:57:02 +030014 key: ${_param:linux_system_repo_mcp_aptly_key}