forked from jdowning/puppet-influxdb
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmetadata.json
More file actions
49 lines (49 loc) · 1.34 KB
/
metadata.json
File metadata and controls
49 lines (49 loc) · 1.34 KB
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
48
49
{
"name": "rplessl-influxdb",
"version": "0.9.2",
"source": "https://github.com/rplessl/puppet-influxdb",
"author": "Justin Downing and Roman Plessl",
"license": "MIT License",
"summary": "Setup and manage influxdb 0.9.x",
"description": "Setup and manage influxdb 0.9.x",
"source": "git://github.com/rplessl/puppet-influxdb.git",
"project_page": "https://github.com/rplessl/puppet-influxdb",
"issues_url": "https://github.com/rplessl/puppet-influxdb/issues",
"tags": [
"influxdb",
"monitoring"
],
"dependencies": [
{ "name": "puppetlabs/inifile", "version_requirement": ">= 1.0.0" }
],
"operatingsystem_support": [
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [ "6", "7" ]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [ "6", "7" ]
},
{
"operatingsystem": "OracleLinux",
"operatingsystemrelease": [ "6", "7" ]
},
{
"operatingsystem": "Scientific",
"operatingsystemrelease": [ "6", "7" ]
},
{
"operatingsystem": "Debian",
"operatingsystemrelease": [ "6", "7", "8" ]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [ "12.04", "14.04" ]
}
],
"requirements": [
{ "name": "pe", "version_requirement": "3.2.x" },
{ "name": "puppet", "version_requirement": "3.x" }
]
}