-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmetadata.json
More file actions
32 lines (31 loc) · 882 Bytes
/
metadata.json
File metadata and controls
32 lines (31 loc) · 882 Bytes
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
{
"name": "puppet-chronograf",
"version": "0.1.0",
"author": "Modo Labs, Inc.",
"summary": "A module for managing and configuring InfluxDBs Chronograf service",
"license": "proprietary",
"source": "https://github.com/modolabs/puppet-chronograf",
"project_page": "https://github.com/modolabs/puppet-chronograf",
"issues_url": "https://github.com/modolabs/puppet-chronograf/issues",
"dependencies": [
],
"operatingsystem_support": [
{
"operatingsystem": "CentOS",
"operatingsystemrelease": ["7"]
},
{
"operatingsystem": "RedHat",
"operatingsystemrelease": ["7"]
}
],
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 4.7.0 < 6.0.0"
}
],
"pdk-version": "1.5.0",
"template-url": "file:///opt/puppetlabs/pdk/share/cache/pdk-templates.git",
"template-ref": "1.5.0-0-gd1b3eca"
}