mirror of
https://github.com/krislamo/puppet-fluentd
synced 2024-11-10 04:50:34 +00:00
32 lines
922 B
JSON
32 lines
922 B
JSON
{
|
|
"name": "wywygmbh-fluentd",
|
|
"version": "0.5.3",
|
|
"author": "wywy GmbH",
|
|
"summary": "Generic module for fluentd (td-agent).",
|
|
"license": "Apache-2.0",
|
|
"source": "https://github.com/wywygmbh/puppet-fluentd",
|
|
"project_page": "https://github.com/wywygmbh/puppet-fluentd",
|
|
"issues_url": "https://github.com/wywygmbh/puppet-fluentd/issues",
|
|
"tags": ["fluentd", "td-agent"],
|
|
"operatingsystem_support": [
|
|
{
|
|
"operatingsystem": "Ubuntu",
|
|
"operatingsystemrelease": [ "14.04", "12.04" ]
|
|
},
|
|
{
|
|
"operatingsystem": "Debian",
|
|
"operatingsystemrelease": [ "6", "7", "8"]
|
|
},
|
|
{
|
|
"operatingsystem": "CentOS",
|
|
"operatingsystemrelease": [ "6", "7" ]
|
|
}
|
|
],
|
|
"dependencies": [
|
|
{ "name": "puppetlabs/stdlib", "version_requirement": ">= 4.6.0 < 5.0.0" },
|
|
{ "name": "puppetlabs/apt", "version_requirement": ">= 2.0.0 < 3.0.0" }
|
|
],
|
|
"data_provider": null
|
|
}
|
|
|