-
Notifications
You must be signed in to change notification settings - Fork 48
/
metadata.json
52 lines (52 loc) · 1.15 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
49
50
51
52
{
"name": "ccin2p3-cpan",
"version": "2.3.0",
"author": "meltwater",
"summary": "Provides a puppet type to easily install Perl CPAN modules.",
"license": "Apache-2.0",
"source": "https://github.com/ccin2p3/puppet-cpan",
"project_page": "https://github.com/ccin2p3/puppet-cpan",
"issues_url": "https://github.com/ccin2p3/puppet-cpan/issues",
"dependencies": [
{
"name": "puppetlabs-stdlib",
"version_requirement": ">= 4.6.0 < 9.0.0"
}
],
"operatingsystem_support": [
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"5",
"6",
"7",
"8",
"9"
]
},
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"6",
"7"
]
}
],
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 4.10.0 < 8.0.0"
}
],
"description": "Puppet module for installing and configuring the Marathon framework for Mesos.",
"tags": [
"cpan",
"perl",
"metacpan",
"module",
"lib"
],
"pdk-version": "1.16.0",
"template-url": "pdk-default#1.16.0",
"template-ref": "tags/1.16.0-0-gaf44904"
}