1
0
mirror of https://github.com/krislamo/puppet-fluentd synced 2024-09-19 20:20:35 +00:00
puppet-fluentd/metadata.json

32 lines
922 B
JSON
Raw Normal View History

2015-11-30 11:23:28 +00:00
{
"name": "wywygmbh-fluentd",
2017-07-11 09:25:10 +00:00
"version": "0.5.4",
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"]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [ "6", "7" ]
2015-12-07 17:35:59 +00:00
}
],
2015-11-30 11:23:28 +00:00
"dependencies": [
{ "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
}