-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathmetadata.json
31 lines (30 loc) · 901 Bytes
/
metadata.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "wycore-fluentd",
"version": "1.0.0",
"author": "wywy",
"summary": "Generic module for fluentd (td-agent).",
"license": "Apache-2.0",
"source": "https://github.com/wycore/puppet-fluentd",
"project_page": "https://github.com/wycore/puppet-fluentd",
"issues_url": "https://github.com/wycore/puppet-fluentd/issues",
"tags": ["fluentd", "td-agent"],
"operatingsystem_support": [
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [ "16.04", "14.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": ">= 4.0.0" }
],
"data_provider": null
}