-
Notifications
You must be signed in to change notification settings - Fork 104
/
metadata.json
33 lines (33 loc) · 1.03 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
{
"name": "ajcrowe-supervisord",
"version": "0.6.1",
"author": "Alex Crowe",
"license": "MIT",
"summary": "Module supervisord class and functions",
"source": "https://github.com/ajcrowe/puppet-supervisord",
"project_page": "https://forge.puppetlabs.com/ajcrowe/supervisord",
"issues_url": "https://github.com/ajcrowe/puppet-supervisord/issues",
"tags": ["supervisor", "supervisord", "python", "process", "management" ],
"operatingsystem_support": [
{
"operatingsystem":"RedHat",
"operatingsystemrelease":[ "5", "6", "7" ]
},
{
"operatingsystem":"CentOS",
"operatingsystemrelease":[ "5", "6", "7" ]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [ "16.04", "14.04", "12.04", "10.04" ]
},
{
"operatingsystem": "Debian",
"operatingsystemrelease": [ "6", "7", "8" ]
}
],
"dependencies": [
{ "name": "puppetlabs/stdlib", "version_requirement": ">= 4.4.0 <5.0.0" },
{ "name": "puppetlabs/concat", "version_requirement": ">= 1.0.0 <5.0.0" }
]
}