-
Notifications
You must be signed in to change notification settings - Fork 1
/
metadata.json
40 lines (39 loc) · 1.1 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
{
"name": "dariah-usertomcat",
"version": "0.1.0-snapshot",
"author": "Ubbo Veentjer",
"license": "Apache-2.0",
"summary": "DARIAH-DE puppet module for utilizing the debian usertomcat tool",
"source": "https://github.com/DARIAH-DE/puppetmodule-usertomcat",
"project_page": "https://github.com/DARIAH-DE/puppetmodule-usertomcat",
"issues_url": "https://github.com/DARIAH-DE/puppetmodule-usertomcat/issues",
"tags": ["dariah", "tomcat","debian", "ubuntu", "usertomcat"],
"operatingsystem_support": [
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"14.04",
"16.04",
"18.04"
]
},
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"7",
"8"
]
}
],
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 4.0.0 < 6.0.0"
}
],
"dependencies": [
{ "name": "puppetlabs-stdlib", "version_requirement": ">=4.13.1" },
{ "name": "puppet-telegraf", "version_requirement": ">=2.1.0" },
{ "name": "puppet-logrotate", "version_requirement": ">=2.0.0" }
]
}