-
Notifications
You must be signed in to change notification settings - Fork 40
Expand file tree
/
Copy pathmetadata.json
More file actions
70 lines (70 loc) · 1.63 KB
/
metadata.json
File metadata and controls
70 lines (70 loc) · 1.63 KB
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "katello-foreman_proxy_content",
"version": "32.2.0",
"author": "katello",
"summary": "Deploys and manages a Foreman proxy server with content",
"license": "GPL-3.0+",
"source": "https://github.com/theforeman/puppet-foreman_proxy_content.git",
"project_page": "https://github.com/theforeman/puppet-foreman_proxy_content",
"issues_url": "https://projects.theforeman.org/projects/katello/issues",
"dependencies": [
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 4.25.0 < 10.0.0"
},
{
"name": "puppet/extlib",
"version_requirement": ">= 3.0.0 < 8.0.0"
},
{
"name": "puppet/trusted_ca",
"version_requirement": ">= 2.0.0 < 6.0.0"
},
{
"name": "puppetlabs/apache",
"version_requirement": ">= 10.1.1 < 14.0.0"
},
{
"name": "theforeman/foreman_proxy",
"version_requirement": ">= 30.1.0 < 31.0.0"
},
{
"name": "katello/certs",
"version_requirement": ">= 15.0.0 < 22.0.0"
},
{
"name": "theforeman/pulpcore",
"version_requirement": ">= 10.0.0 < 15.0.0"
}
],
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 8.0.0 < 9.0.0"
},
{
"name": "openvox",
"version_requirement": ">= 8.23.1 < 9.0.0"
}
],
"operatingsystem_support": [
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"9"
]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"9"
]
},
{
"operatingsystem": "AlmaLinux",
"operatingsystemrelease": [
"9"
]
}
]
}