-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmetadata.json
35 lines (34 loc) · 954 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
24
25
26
27
28
29
30
31
32
33
34
{
"name": "knuedge-bamboo_agent",
"version": "0.1.7",
"author": "Daniel Schaaff",
"summary": "Puppet module for installing and managing remote bamboo agents",
"license": "MIT",
"source": "https://github.com/knuedge/bamboo_agent",
"project_page": "https://github.com/knuedge/bamboo_agent/issues",
"issues_url": "https://github.com/knuedge/bamboo_agent",
"dependencies": [
{"name":"puppetlabs-stdlib","version_requirement":">= 4.5.0"},
{"name":"kayak-r9util", "version_requirement":">= 0.0.9"}
],
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 4.0.0 < 5.0.0"
}
],
"operatingsystem_support": [
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": ["14.04", "16.04"]
},
{
"operatingsystem": "RedHat",
"operatingsystemrelease": ["6","7"]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": ["6","7"]
}
]
}