forked from jjuarez/puppet-jetty
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmetadata.json
More file actions
33 lines (33 loc) · 806 Bytes
/
metadata.json
File metadata and controls
33 lines (33 loc) · 806 Bytes
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
{
"name": "jjuarez-jetty",
"version": "0.1.2",
"author": "J.Juarez",
"license": "MIT",
"summary": "A puppet 4 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"
]
}
],
"data_provider": "hiera",
"dependencies": [
{
"name": "puppetlabs/stdlib",
"version_requirement": ">=3.2.0 <5.0.0"
},
{
"name": "puppet/archive",
"version_requirement": ">=1.2.0 <2.0.0"
}
]
}