2015-11-30 11:23:28 +00:00
|
|
|
{
|
|
|
|
"name": "wywygmbh-fluentd",
|
2017-07-25 13:17:22 +00:00
|
|
|
"version": "0.5.5",
|
2015-11-30 11:23:28 +00:00
|
|
|
"author": "wywy GmbH",
|
|
|
|
"summary": "Generic module for fluentd (td-agent).",
|
2015-12-07 17:35:59 +00:00
|
|
|
"license": "Apache-2.0",
|
2015-11-30 11:23:28 +00:00
|
|
|
"source": "https://github.com/wywygmbh/puppet-fluentd",
|
|
|
|
"project_page": "https://github.com/wywygmbh/puppet-fluentd",
|
|
|
|
"issues_url": "https://github.com/wywygmbh/puppet-fluentd/issues",
|
2015-12-07 17:35:59 +00:00
|
|
|
"tags": ["fluentd", "td-agent"],
|
|
|
|
"operatingsystem_support": [
|
|
|
|
{
|
|
|
|
"operatingsystem": "Ubuntu",
|
|
|
|
"operatingsystemrelease": [ "14.04", "12.04" ]
|
2016-01-22 23:32:29 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"operatingsystem": "Debian",
|
|
|
|
"operatingsystemrelease": [ "6", "7", "8"]
|
2016-01-27 11:56:49 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"operatingsystem": "CentOS",
|
|
|
|
"operatingsystemrelease": [ "6", "7" ]
|
2015-12-07 17:35:59 +00:00
|
|
|
}
|
|
|
|
],
|
2015-11-30 11:23:28 +00:00
|
|
|
"dependencies": [
|
2015-12-09 15:04:47 +00:00
|
|
|
{ "name": "puppetlabs/stdlib", "version_requirement": ">= 4.6.0 < 5.0.0" },
|
|
|
|
{ "name": "puppetlabs/apt", "version_requirement": ">= 2.0.0 < 3.0.0" }
|
2015-11-30 11:23:28 +00:00
|
|
|
],
|
|
|
|
"data_provider": null
|
|
|
|
}
|
|
|
|
|