-
Notifications
You must be signed in to change notification settings - Fork 92
/
metadata.json
48 lines (48 loc) · 1.01 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
41
42
43
44
45
46
47
48
{
"name": "hubspot-nexus",
"version": "1.7.3",
"source": "http://github.com/hubspotdevops/puppet-nexus",
"author": "Tom McLaughlin <[email protected]>",
"license": "MIT",
"summary": "Puppet module for Sonatype Nexus",
"project_page": "http://github.com/hubspotdevops/puppet-nexus",
"operatingsystem_support": [
{
"operatingsystem": "Centos",
"operatingsystemrelease": [
"5",
"6",
"7"
]
},
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"5",
"6",
"7"
]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"14.04",
"15.04"
]
},
{
"operatingsystem": "Debian",
"operatingsystemrelease": [ "8" ]
}
],
"dependencies": [
{
"name": "puppetlabs/stdlib",
"version_requirement": ">=0.0.0 <5.0.0"
},
{
"name": "maestrodev/wget",
"version_requirement": ">=1.0.0 <2.0.0"
}
]
}