blob: da7d3ca44ad1f1d75523867aeb9df69064e3f931 [file] [log] [blame]
Richard Felkl57468bf2017-12-04 11:41:45 +01001parameters:
2 _param:
3 apt_mk_version: stable
4 linux_system_repo_mcp_fluentd_version: ${_param:apt_mk_version}
5 linux:
6 system:
7 repo:
8 mcp_fluentd:
9 source: "deb [arch=amd64] http://apt.mirantis.com/${_param:linux_system_codename}/fluentd/ ${_param:linux_system_repo_mcp_fluentd_version} main"
10 architectures: amd64
11 key_url: "http://apt.mirantis.com/public.gpg"
12 clean_file: true
13 pin:
14 - pin: 'release a=${_param:linux_system_repo_mcp_fluentd_version}'
15 priority: 1100
16 package: '*'