forked from echocat/puppet-graphite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.json
41 lines (40 loc) · 960 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
40
41
{
"operatingsystem_support": [
{
"operatingsystem": "RedHat"
},
{
"operatingsystem": "CentOS"
},
{
"operatingsystem": "Scientific"
},
{
"operatingsystem": "Debian"
},
{
"operatingsystem": "Ubuntu"
}
],
"requirements": [
{
"name": "pe",
"version_requirement": "3.x"
},
{
"name": "puppet",
"version_requirement": ">=2.7.20 <4.0.0"
}
],
"name": "dwerder-graphite",
"version": "5.10.2",
"source": "git clone https://github.com/echocat/puppet-graphite.git",
"author": "Daniel Werdermann",
"license": "Apache-2.0",
"summary": "Installs and configures graphite, carbon (caches,relays,aggregators) and whisper",
"project_page": "https://github.com/echocat/puppet-graphite",
"issues_url": "https://github.com/echocat/puppet-graphite/issues",
"dependencies": [
{"name":"puppetlabs/stdlib","version_requirement":">= 3.2.0"}
]
}