-
Notifications
You must be signed in to change notification settings - Fork 130
/
metadata.json
110 lines (110 loc) · 2.28 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
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"name": "theforeman-foreman_proxy",
"version": "27.0.0",
"author": "theforeman",
"summary": "Foreman Smart Proxy configuration",
"license": "GPL-3.0+",
"source": "https://github.com/theforeman/puppet-foreman_proxy",
"project_page": "https://github.com/theforeman/puppet-foreman_proxy",
"issues_url": "https://github.com/theforeman/puppet-foreman_proxy/issues",
"description": "Module for configuring the Foreman Smart Proxy and other services",
"tags": [
"foreman-proxy",
"foreman",
"proxy",
"smart-proxy",
"dns",
"dhcp",
"puppet"
],
"dependencies": [
{
"name": "theforeman/dns",
"version_requirement": ">= 11.0.0 < 12.0.0"
},
{
"name": "theforeman/dhcp",
"version_requirement": ">= 6.1.0 < 10.0.0"
},
{
"name": "theforeman/foreman",
"version_requirement": ">= 19.0.0 < 26.0.0"
},
{
"name": "theforeman/tftp",
"version_requirement": ">= 3.0.0 < 10.0.0"
},
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 4.19.0 < 10.0.0"
},
{
"name": "puppet/extlib",
"version_requirement": ">= 3.0.0 < 8.0.0"
},
{
"name": "richardc/datacat",
"version_requirement": ">= 0.6.0 < 1.0.0"
},
{
"name": "puppet/mosquitto",
"version_requirement": ">= 1.1.0 < 3.0.0"
}
],
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 7.0.0 < 9.0.0"
}
],
"operatingsystem_support": [
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"8",
"9"
]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"8",
"9"
]
},
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"11",
"12"
]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"20.04",
"22.04"
]
},
{
"operatingsystem": "FreeBSD",
"operatingsystemrelease": [
"11",
"12"
]
},
{
"operatingsystem": "DragonFly",
"operatingsystemrelease": [
"4"
]
},
{
"operatingsystem": "AlmaLinux",
"operatingsystemrelease": [
"8",
"9"
]
}
]
}