forked from jjuarez/puppet-jetty
-
Notifications
You must be signed in to change notification settings - Fork 1
/
metadata.json
39 lines (39 loc) · 904 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
35
36
37
38
39
{
"name": "jjuarez-jetty",
"version": "0.2.1",
"author": "Javier Juarez",
"license": "MIT",
"summary": "A puppet module to install a basic Jetty Web Server hihgly inspired on maestrodev/jetty",
"source": "https://github.com/jjuarez/puppet-jetty",
"project_page": "https://github.com/jjuarez/puppet-jetty",
"issues_url": "https://github.com/jjuarez/puppet-jetty/issues",
"tags": [
"jetty",
"webserver"
],
"operatingsystem_support": [
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"6.0",
"7.0"
]
}
],
"requirements": [
{
"name": "puppet",
"version_requirement": ">=4.0.0 <6.0.0"
}
],
"dependencies": [
{
"name": "puppetlabs/stdlib",
"version_requirement": ">=4.24.0 <5.0.0"
},
{
"name": "puppet/archive",
"version_requirement": ">=1.3.0 <2.0.0"
}
]
}