parameters: | |
_param: | |
apt_mk_version: stable | |
linux_system_repo_mcp_fluentd_version: ${_param:apt_mk_version} | |
linux: | |
system: | |
repo: | |
mcp_fluentd: | |
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" | |
architectures: amd64 | |
key_url: "http://packages.treasuredata.com/GPG-KEY-td-agent" | |
clean_file: true | |
pin: | |
- pin: 'release a=${_param:linux_system_repo_mcp_fluentd_version}' | |
priority: 1100 | |
package: '*' |