root / metadata.json @ 3413220c
Historique | Voir | Annoter | Télécharger (1,72 ko)
1 |
{ |
---|---|
2 |
"name": "puppet-nftables", |
3 |
"version": "3.4.1-rc0", |
4 |
"author": "Vox Pupuli", |
5 |
"summary": "Puppet nftables module", |
6 |
"license": "Apache-2.0", |
7 |
"tags": [
|
8 |
"firewall",
|
9 |
"security",
|
10 |
"nftables",
|
11 |
"iptables"
|
12 |
], |
13 |
"source": "https://github.com/voxpupuli/puppet-nftables.git", |
14 |
"project_page": "https://github.com/voxpupuli/puppet-nftables", |
15 |
"issues_url": "https://github.com/voxpupuli/puppet-nftables/issues", |
16 |
"dependencies": [
|
17 |
{ |
18 |
"name": "puppetlabs/concat", |
19 |
"version_requirement": ">= 6.2.0 < 10.0.0" |
20 |
}, |
21 |
{ |
22 |
"name": "puppet/systemd", |
23 |
"version_requirement": ">= 2.0.0 < 7.0.0" |
24 |
}, |
25 |
{ |
26 |
"name": "puppetlabs/stdlib", |
27 |
"version_requirement": ">= 4.13.1 < 10.0.0" |
28 |
} |
29 |
], |
30 |
"operatingsystem_support": [
|
31 |
{ |
32 |
"operatingsystem": "AlmaLinux", |
33 |
"operatingsystemrelease": [
|
34 |
"8",
|
35 |
"9"
|
36 |
] |
37 |
}, |
38 |
{ |
39 |
"operatingsystem": "CentOS", |
40 |
"operatingsystemrelease": [
|
41 |
"8",
|
42 |
"9"
|
43 |
] |
44 |
}, |
45 |
{ |
46 |
"operatingsystem": "OracleLinux", |
47 |
"operatingsystemrelease": [
|
48 |
"8",
|
49 |
"9"
|
50 |
] |
51 |
}, |
52 |
{ |
53 |
"operatingsystem": "RedHat", |
54 |
"operatingsystemrelease": [
|
55 |
"8",
|
56 |
"9"
|
57 |
] |
58 |
}, |
59 |
{ |
60 |
"operatingsystem": "Rocky", |
61 |
"operatingsystemrelease": [
|
62 |
"8",
|
63 |
"9"
|
64 |
] |
65 |
}, |
66 |
{ |
67 |
"operatingsystem": "Archlinux" |
68 |
}, |
69 |
{ |
70 |
"operatingsystem": "Debian", |
71 |
"operatingsystemrelease": [
|
72 |
"11",
|
73 |
"12"
|
74 |
] |
75 |
}, |
76 |
{ |
77 |
"operatingsystem": "Ubuntu", |
78 |
"operatingsystemrelease": [
|
79 |
"20.04",
|
80 |
"22.04"
|
81 |
] |
82 |
} |
83 |
], |
84 |
"requirements": [
|
85 |
{ |
86 |
"name": "puppet", |
87 |
"version_requirement": ">= 7.0.0 < 9.0.0" |
88 |
} |
89 |
] |
90 |
} |