-
Notifications
You must be signed in to change notification settings - Fork 2
/
metadata.json
23 lines (23 loc) · 1003 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
{
"name": "dalenys-supervisor",
"version": "2.0.0",
"author": "Dalenys",
"license": "ISC",
"summary": "Dalenys supervisor module",
"source": "https://github.com/dalenys/puppet-supervisor",
"dependencies": [
{ "name":"dalenys-danelib", "version_requirement": ">= 1.0.0"}
],
"project_page": "https://github.com/dalenys/puppet-supervisor",
"issues_url": "https://github.com/dalenys/puppet-supervisor/issues",
"operatingsystem_support": [
{ "operatingsystem": "Debian", "operatingsystemrelease": [ "5", "6", "7", "8" ] },
{ "operatingsystem": "Ubuntu", "operatingsystemrelease": [ "12.04", "12.10", "13.04", "13.10", "14.04", "14.10", "15.04" ] },
{ "operatingsystem": "RedHat", "operatingsystemrelease": [ "5", "6" ] },
{ "operatingsystem": "CentOS", "operatingsystemrelease": [ "6" ] }
],
"tags": [ "puppet", "supervisor", "supervise", "daemon", "supervisord", "autostart", "autoreload" ],
"requirements": [
{ "name": "puppet", "version_requirement": "3.x" }
]
}