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
954 B
JSON
Raw Normal View History

2015-11-30 11:23:28 +00:00
{
2018-03-05 10:52:15 +00:00
"name": "pilchkinstein-fluentd",
"version": "1.0.0",
2018-03-05 10:52:15 +00:00
"author": "pilchkinstein-gtv",
2015-11-30 11:23:28 +00:00
"summary": "Generic module for fluentd (td-agent).",
2015-12-07 17:35:59 +00:00
"license": "Apache-2.0",
2018-03-05 10:52:15 +00:00
"source": "https://github.com/pilchkinstein-gtv/puppet-fluentd",
"project_page": "https://github.com/pilchkinstein-gtv/puppet-fluentd",
"issues_url": "https://github.com/pilchkinstein-gtv/puppet-fluentd/issues",
2015-12-07 17:35:59 +00:00
"tags": ["fluentd", "td-agent"],
"operatingsystem_support": [
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [ "16.04", "14.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": ">= 4.0.0" }
2015-11-30 11:23:28 +00:00
],
"data_provider": null
}