forked from voxpupuli/puppet-rundeck
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.json
40 lines (40 loc) · 1.19 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
34
35
36
37
38
39
40
{
"name": "puppet-rundeck",
"version": "1.2.0",
"author": "puppetcommunity",
"license": "Apache-2.0",
"summary": "Module for managing the installatation and configuration of the rundeck orchestration tool",
"source": "https://github.com/puppet-community/puppet-rundeck",
"project_page": "https://github.com/puppet-community/puppet-rundeck",
"issues_url": "https://github.com/puppet-community/puppet-rundeck/issues",
"tags": ["orchestration", "rundeck"],
"operatingsystem_support": [
{
"operatingsystem": "RedHat",
"operatingsystemrelease": ["5.0","6.0"]
},
{ "operatingsystem": "CentOS",
"operatingsystemrelease": ["5.0","6.0"]
},
{ "operatingsystem": "Debian",
"operatingsystemrelease": ["6.0","7.0"]
},
{ "operatingsystem": "Ubuntu",
"operatingsystemrelease": ["12.04","14.04"]
}
],
"dependencies": [
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 3.0.0 <5.0.0"
},
{
"name": "puppetlabs/inifile",
"version_requirement": ">= 1.0.3 <2.0.0"
},
{
"name": "puppet/archive",
"version_requirement": ">= 0.3.0 <1.0.0"
}
]
}