-
Notifications
You must be signed in to change notification settings - Fork 3
/
metadata.json
49 lines (49 loc) · 1.05 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
{
"author": "Lennart Betz",
"name": "lbetz-tomcat",
"version": "0.4.2",
"source": "git://github.com/lbetz/puppet-tomcat.git",
"license": "Apache-2.0",
"project_page": "http://github.com/lbetz/puppet-tomcat",
"summary": "Setup and configure Apache Tomcat on RedHat/CentOS and Debian",
"operatingsystem_support": [
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"6",
"7",
"8"
]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"5",
"6",
"7"
]
},
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"5",
"6",
"7"
]
}
],
"requirements": [
{ "name": "puppet", "version_requirement": "3.x" }
],
"description": "Setup and configure Apache Tomcat on RedHat/CentOS and Debian",
"dependencies": [
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 3.2.0"
},
{
"name": "puppetlabs/concat",
"version_requirement": ">= 1.0.0"
}
]
}