forked from garethr/garethr-riemann
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.json
35 lines (35 loc) · 871 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
{
"name": "garethr-riemann",
"version": "0.6.0",
"author": "Gareth Rushgrove",
"summary": "Module for installing and managing the Riemann monitoring tool",
"license": "Apache License, Version 2.0",
"source": "git://github.com/garethr/garethr-riemann",
"project_page": "https://github.com/garethr/garethr-riemann",
"issues_url": "https://github.com/garethr/garethr-riemann/issues",
"requirements": [
{
"name": "pe",
"version_requirement": "3.x"
},
{
"name": "puppet",
"version_requirement": "3.x"
}
],
"dependencies": [
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 4.1.0"
},{
"name": "maestrodev/wget"
},{
"name": "stahnma/epel",
"version_requirement": ">= 0.0.6"
},{
"name": "puppetlabs/java"
},{
"name": "puppetlabs/gcc"
}
]
}