forked from voxpupuli/puppet-jenkins_job_builder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.json
36 lines (36 loc) · 1.13 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
{
"name": "puppet-jenkins_job_builder",
"version": "1.1.1",
"author": "puppet-community",
"license": "Apache 2.0",
"summary": "Module for managing the openstack jenkins_job_builder tool",
"source": "git://github.com/puppet-community/puppet-jenkins_job_builder.git",
"project_page": "https://github.com/puppet-community/puppet-jenkins_job_builder",
"issues_url": "https://github.com/puppet-community/puppet-jenkins_job_builder/issues",
"tags": ["jenkins"],
"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.1.0 <2.0.0"
}
]
}