comparison modules/archive/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 3fce34f642f1
children
comparison
equal deleted inserted replaced
477:21f6add30502 478:adf6fe9bbc17
1 { 1 {
2 "operatingsystem_support": [ 2 "operatingsystem_support": [
3 {
4 "operatingsystem": "AlmaLinux",
5 "operatingsystemrelease": [
6 "8",
7 "9"
8 ]
9 },
10 {
11 "operatingsystem": "Rocky",
12 "operatingsystemrelease": [
13 "8",
14 "9"
15 ]
16 },
3 { 17 {
4 "operatingsystem": "RedHat", 18 "operatingsystem": "RedHat",
5 "operatingsystemrelease": [ 19 "operatingsystemrelease": [
6 "7", 20 "7",
7 "8" 21 "8",
22 "9"
8 ] 23 ]
9 }, 24 },
10 { 25 {
11 "operatingsystem": "CentOS", 26 "operatingsystem": "CentOS",
12 "operatingsystemrelease": [ 27 "operatingsystemrelease": [
13 "7", 28 "7",
14 "8" 29 "8",
30 "9"
15 ] 31 ]
16 }, 32 },
17 { 33 {
18 "operatingsystem": "OracleLinux", 34 "operatingsystem": "OracleLinux",
19 "operatingsystemrelease": [ 35 "operatingsystemrelease": [
20 "7", 36 "7",
21 "8" 37 "8",
38 "9"
22 ] 39 ]
23 }, 40 },
24 { 41 {
25 "operatingsystem": "Scientific", 42 "operatingsystem": "Scientific",
26 "operatingsystemrelease": [ 43 "operatingsystemrelease": [
35 }, 52 },
36 { 53 {
37 "operatingsystem": "Ubuntu", 54 "operatingsystem": "Ubuntu",
38 "operatingsystemrelease": [ 55 "operatingsystemrelease": [
39 "18.04", 56 "18.04",
40 "20.04" 57 "20.04",
58 "22.04"
41 ] 59 ]
42 }, 60 },
43 { 61 {
44 "operatingsystem": "Debian", 62 "operatingsystem": "Debian",
45 "operatingsystemrelease": [ 63 "operatingsystemrelease": [
46 "10", 64 "10",
47 "11" 65 "11",
66 "12"
48 ] 67 ]
49 }, 68 },
50 { 69 {
51 "operatingsystem": "Solaris", 70 "operatingsystem": "Solaris",
52 "operatingsystemrelease": [ 71 "operatingsystemrelease": [
83 } 102 }
84 ], 103 ],
85 "requirements": [ 104 "requirements": [
86 { 105 {
87 "name": "puppet", 106 "name": "puppet",
88 "version_requirement": ">= 6.1.0 < 8.0.0" 107 "version_requirement": ">= 7.0.0 < 9.0.0"
89 } 108 }
90 ], 109 ],
91 "name": "puppet-archive", 110 "name": "puppet-archive",
92 "version": "6.0.2", 111 "version": "7.1.0",
93 "source": "https://github.com/voxpupuli/puppet-archive", 112 "source": "https://github.com/voxpupuli/puppet-archive",
94 "author": "Vox Pupuli", 113 "author": "Vox Pupuli",
95 "license": "Apache-2.0", 114 "license": "Apache-2.0",
96 "summary": "Compressed archive file download and extraction with native types/providers for Windows and Unix", 115 "summary": "Compressed archive file download and extraction with native types/providers for Windows and Unix",
97 "description": "The archive module provides native puppet resources for managing compressed file download and extraction with optional checksum verification and cleanup.", 116 "description": "The archive module provides native puppet resources for managing compressed file download and extraction with optional checksum verification and cleanup.",
98 "project_page": "https://github.com/voxpupuli/puppet-archive", 117 "project_page": "https://github.com/voxpupuli/puppet-archive",
99 "issues_url": "https://github.com/voxpupuli/puppet-archive/issues", 118 "issues_url": "https://github.com/voxpupuli/puppet-archive/issues",
100 "dependencies": [ 119 "dependencies": [
101 { 120 {
102 "name": "puppetlabs/stdlib", 121 "name": "puppetlabs/stdlib",
103 "version_requirement": ">= 4.18.0 < 9.0.0" 122 "version_requirement": ">= 4.18.0 < 10.0.0"
104 } 123 }
105 ] 124 ]
106 } 125 }