-
Notifications
You must be signed in to change notification settings - Fork 11
/
metadata.json
26 lines (26 loc) · 1009 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
{
"name": "evenup-beaver",
"version": "1.5.0",
"author": "Justin Lambert <[email protected]>",
"license": "Apache-2.0",
"summary": "Manages the beaver package, service and configuration to ship logfiles to logstash",
"source": "https://github.com/evenup/evenup-beaver",
"project_page": "https://github.com/evenup/evenup-beaver",
"issues_url": "https://github.com/evenup/evenup-beaver/issues",
"tags": ["beaver", "logstash", "log"],
"operatingsystem_support": [
{
"operatingsystem":"RedHat",
"operatingsystemrelease":[ "6.0", "6.1", "6.2", "6.3", "6.4", "6.5", "6.6" ]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [ "6.0", "6.1", "6.2", "6.3", "6.4", "6.5", "6.6" ]
}
],
"dependencies": [
{ "name": "stankevich/python", "version_requirement": ">=1.7.5 <= 2.0.0" },
{ "name": "puppetlabs/stdlib", "version_requirement": ">=3.2.0 <5.0.0" },
{ "name": "camptocamp/systemd", "version_requirement": ">= 0.1.7 <1.0.0" }
]
}