blob: 246d285ccdf5e2b1ada6865d1d7234c01bb10a92 [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:
Mateusz Matuszkowiak04d6e892018-02-19 12:22:40 +01009 source: "deb [arch=amd64] http://mirror.mirantis.com/${_param:linux_system_repo_mcp_fluentd_version}/td-agent-${_param:linux_system_codename} ${_param:linux_system_codename} contrib"
Richard Felkl57468bf2017-12-04 11:41:45 +010010 architectures: amd64
Mateusz Matuszkowiak04d6e892018-02-19 12:22:40 +010011 key_url: "http://packages.treasuredata.com/GPG-KEY-td-agent"
Richard Felkl57468bf2017-12-04 11:41:45 +010012 clean_file: true
13 pin:
14 - pin: 'release a=${_param:linux_system_repo_mcp_fluentd_version}'
15 priority: 1100
16 package: '*'