forked from johnzimm/xx-puppet-module-supervisor
-
Notifications
You must be signed in to change notification settings - Fork 1
/
metadata.json
22 lines (22 loc) · 947 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
{
"name": "desertkun-supervisor",
"version": "2.0.0",
"author": "Dalenys",
"license": "ISC",
"summary": "Dalenys supervisor module",
"source": "https://github.com/desertkun/puppet-supervisor",
"dependencies": [
],
"project_page": "https://github.com/desertkun/puppet-supervisor",
"issues_url": "https://github.com/desertkun/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" }
]
}