Mercurial > repos > other > Puppet
comparison modules/epel/metadata.json @ 478:adf6fe9bbc17
Update Puppet modules to latest versions
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Thu, 29 Aug 2024 18:47:29 +0100 |
parents | 66c075c5f54a |
children |
comparison
equal
deleted
inserted
replaced
477:21f6add30502 | 478:adf6fe9bbc17 |
---|---|
1 { | 1 { |
2 "name": "puppet-epel", | 2 "name": "puppet-epel", |
3 "version": "3.1.0", | 3 "version": "5.0.0", |
4 "author": "Vox Pupuli", | 4 "author": "Vox Pupuli", |
5 "summary": "Setup the EPEL package repo", | 5 "summary": "Setup the EPEL package repo", |
6 "license": "Apache-2.0", | 6 "license": "Apache-2.0", |
7 "source": "https://github.com/voxpupuli/puppet-epel", | 7 "source": "https://github.com/voxpupuli/puppet-epel", |
8 "project_page": "https://github.com/voxpupuli/puppet-epel", | 8 "project_page": "https://github.com/voxpupuli/puppet-epel", |
10 "operatingsystem_support": [ | 10 "operatingsystem_support": [ |
11 { | 11 { |
12 "operatingsystem": "RedHat", | 12 "operatingsystem": "RedHat", |
13 "operatingsystemrelease": [ | 13 "operatingsystemrelease": [ |
14 "7", | 14 "7", |
15 "8" | 15 "8", |
16 "9" | |
16 ] | 17 ] |
17 }, | 18 }, |
18 { | 19 { |
19 "operatingsystem": "CentOS", | 20 "operatingsystem": "CentOS", |
20 "operatingsystemrelease": [ | 21 "operatingsystemrelease": [ |
21 "7", | 22 "7", |
22 "8" | 23 "8", |
24 "9" | |
23 ] | 25 ] |
24 }, | 26 }, |
25 { | 27 { |
26 "operatingsystem": "Scientific", | 28 "operatingsystem": "Scientific", |
27 "operatingsystemrelease": [ | 29 "operatingsystemrelease": [ |
28 "7" | 30 "7" |
29 ] | 31 ] |
30 }, | 32 }, |
31 { | 33 { |
34 "operatingsystem": "AlmaLinux", | |
35 "operatingsystemrelease": [ | |
36 "8", | |
37 "9" | |
38 ] | |
39 }, | |
40 { | |
41 "operatingsystem": "Rocky", | |
42 "operatingsystemrelease": [ | |
43 "8", | |
44 "9" | |
45 ] | |
46 }, | |
47 { | |
32 "operatingsystem": "OracleLinux", | 48 "operatingsystem": "OracleLinux", |
33 "operatingsystemrelease": [ | 49 "operatingsystemrelease": [ |
34 "7", | 50 "7", |
35 "8" | 51 "8", |
52 "9" | |
36 ] | 53 ] |
37 } | 54 } |
38 ], | 55 ], |
39 "requirements": [ | 56 "requirements": [ |
40 { | 57 { |
41 "name": "puppet", | 58 "name": "puppet", |
42 "version_requirement": ">= 5.5.8 < 8.0.0" | 59 "version_requirement": ">= 7.0.0 < 9.0.0" |
43 } | 60 } |
44 ], | 61 ], |
45 "description": "Setup the EPEL package repo on Centos/RHEL et al", | 62 "description": "Setup the EPEL package repo on Centos/RHEL et al", |
46 "dependencies": [ | 63 "dependencies": [] |
47 | |
48 ] | |
49 } | 64 } |