-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmetadata.json
43 lines (43 loc) · 1.02 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
{
"name": "gerardkok-ejbca",
"version": "0.3.0",
"author": "gerardkok",
"summary": "Install and configure EJBCA",
"license": "Apache-2.0",
"source": "https://github.com/gerardkok/puppet-ejbca.git",
"project_page": "https://github.com/gerardkok/puppet-ejbca",
"issues_url": "https://github.com/gerardkok/puppet-ejbca/issues",
"dependencies": [
{
"name": "biemond/wildfly",
"version_requirement": ">= 2.2.0 < 3.0.0"
},
{
"name": "puppet/archive",
"version_requirement": ">= 3.1.1 < 7.0.0"
},
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 4.25.1 < 9.0.0"
}
],
"operatingsystem_support": [
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"16.04",
"18.04",
"20.04"
]
}
],
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 4.7.0 < 8.0.0"
}
],
"pdk-version": "2.4.0",
"template-url": "pdk-default#2.4.0",
"template-ref": "tags/2.4.0-0-gfa6b6d2"
}