-
Notifications
You must be signed in to change notification settings - Fork 8
/
metadata.json
21 lines (21 loc) · 945 Bytes
/
metadata.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "evenup-tomcat",
"version": "0.11.0",
"author": "Justin Lambert <[email protected]>",
"license": "Apache-2.0",
"summary": "Installs, configures, and runs tomcat. Manages war files.",
"source": "https://github.com/evenup/evenup-tomcat",
"project_page": "https://github.com/evenup/evenup-tomcat",
"issues_url": "https://github.com/evenup/evenup-tomcat/issues",
"tags": ["tomcat"],
"operatingsystem_support": [
{ "operatingsystem": "RedHat", "operatingsystemrelease": [ "6", "7" ] },
{ "operatingsystem": "CentOS", "operatingsystemrelease": [ "6", "7" ] },
{ "operatingsystem": "Ubuntu", "operatingsystemrelease": [ "12.04", "14.04" ] }
],
"dependencies": [
{ "name": "puppetlabs/java", "version_requirement": ">=1.0.0 <2.0.0" },
{ "name": "puppetlabs/concat", "version_requirement": ">=1.1.0 <2.0.0" },
{ "name": "puppetlabs/stdlib", "version_requirement": ">=3.2.0 <5.0.0" }
]
}