-
Notifications
You must be signed in to change notification settings - Fork 5
/
metadata.json
47 lines (46 loc) · 1.09 KB
/
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
42
43
44
45
46
47
{
"name": "Aethylred-rrd",
"version": "0.1.3",
"summary": "A Puppet Module to install and configure the Round Robin Database tools, cache and bindings.",
"author": "Aethylred",
"description": "This is a Puppet Module for installing and configuring the [Round Robin Database](http://oss.oetiker.ch/rrdtool/) tools, cache, and bindings.",
"dependencies": [
],
"source": "https://github.com/nesi/puppet-rrd",
"project_page": "https://github.com/nesi/puppet-rrd",
"issues_url": "https://github.com/nesi/puppet-rrd/issues",
"license": "Apache-2.0",
"operatingsystem_support": [
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"6",
"7"
]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"10.04",
"12.04",
"14.04"
]
},
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"5",
"6",
"7"
]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"5",
"6",
"7"
]
}
]
}