-
Notifications
You must be signed in to change notification settings - Fork 103
Expand file tree
/
Copy pathmetadata.json
More file actions
52 lines (52 loc) · 1.07 KB
/
metadata.json
File metadata and controls
52 lines (52 loc) · 1.07 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
{
"name": "puppet-epel",
"version": "6.0.1-rc0",
"author": "Vox Pupuli",
"summary": "Setup the EPEL package repo",
"license": "Apache-2.0",
"source": "https://github.com/voxpupuli/puppet-epel",
"project_page": "https://github.com/voxpupuli/puppet-epel",
"issues_url": "https://github.com/voxpupuli/puppet-epel/issues",
"operatingsystem_support": [
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"8",
"9",
"10"
]
},
{
"operatingsystem": "AlmaLinux",
"operatingsystemrelease": [
"8",
"9",
"10"
]
},
{
"operatingsystem": "Rocky",
"operatingsystemrelease": [
"8",
"9",
"10"
]
},
{
"operatingsystem": "OracleLinux",
"operatingsystemrelease": [
"8",
"9",
"10"
]
}
],
"requirements": [
{
"name": "openvox",
"version_requirement": ">= 8.19.0 < 9.0.0"
}
],
"description": "Setup the EPEL package repo on Centos/RHEL et al",
"dependencies": []
}