forked from graylog-labs/graylog2-puppet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.json
39 lines (39 loc) · 957 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
31
32
33
34
35
36
37
38
39
{
"name": "graylog2-graylog2",
"version": "1.0.0",
"author": "Johannes Graf",
"license": "MIT License",
"summary": "Install and manage a graylog2 server and the web-interface",
"source": "https://github.com/Graylog2/graylog2-puppet.git",
"project_page": "https://github.com/Graylog2/graylog2-puppet",
"issues_url": "https://github.com/Graylog2/graylog2-puppet/issues",
"tags": [
"graylog2",
"graylog",
"logging"
],
"operatingsystem_support": [
{
"operatingsystem":"CentOS",
"operatingsystemrelease": ["6.0"]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": ["14.04"]
},
{
"operatingsystem": "Debian",
"operatingsystemrelease": ["7"]
}
],
"dependencies": [
{
"name": "puppetlabs/stdlib",
"version_requirement": ">=3.0.0 <5.0.0"
},
{
"name": "puppetlabs/apt",
"version_requirement": ">= 1.0.0 < 2.0.0"
}
]
}