forked from ccin2p3/puppet-cpan
-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.json
28 lines (28 loc) · 865 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
{
"name": "meltwater-cpan",
"version": "2.0.0",
"author": "meltwater",
"summary": "Provides a puppet type to easily install Perl CPAN modules.",
"description": "Puppet module for installing and configuring the Marathon framework for Mesos.",
"license": "Apache-2.0",
"source": "https://github.com/meltwater/puppet-cpan",
"project_page": "https://github.com/meltwater/puppet-cpan",
"issues_url": "https://github.com/meltwater/puppet-cpan/issues",
"operatingsystem_support": [
{
"operatingsystem": "RedHat",
"operatingsystemrelease":[ "5.0", "6.0", "7.0" ]
},
{
"operatingsystem": "Debian",
"operatingsystemrelease": [ "6", "7" ]
}
],
"tags": [ "cpan", "perl", "metacpan", "module", "lib" ],
"dependencies": [
{
"name":"puppetlabs-stdlib",
"version_requirement":">= 2.2.0"
}
]
}