-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.json
42 lines (42 loc) · 1.01 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
{
"name": "adullact-freeipa",
"version": "7.0.0",
"author": "adullact",
"summary": "Manages IPA servers and clients.",
"license": "GPL-3.0",
"source": "https://gitlab.adullact.net/adullact/puppet-freeipa.git",
"project_page": "https://gitlab.adullact.net/adullact/puppet-freeipa/",
"issues_url": "https://gitlab.adullact.net/adullact/puppet-freeipa/issues",
"dependencies": [
{
"name": "puppetlabs-stdlib",
"version_requirement": ">= 4.25.0 < 10.0.0"
},
{
"name": "puppet-epel",
"version_requirement": ">= 1.3.1 < 6.0.0"
}
],
"operatingsystem_support": [
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"9"
]
}
],
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 7.0.0 < 8.0.0"
}
],
"tags": [
"ipa",
"free-ipa",
"freeipa"
],
"pdk-version": "3.2.0",
"template-url": "https://github.com/puppetlabs/pdk-templates#3.2.0",
"template-ref": "tags/3.2.0-0-gb257ef1"
}