root / metadata.json @ f4dcddd6
Historique | Voir | Annoter | Télécharger (1,25 ko)
1 |
{ |
---|---|
2 |
"name": "puppet-nftables", |
3 |
"version": "2.2.1", |
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 < 8.0.0" |
20 |
}, |
21 |
{ |
22 |
"name": "puppet/systemd", |
23 |
"version_requirement": ">= 2.0.0 < 4.0.0" |
24 |
}, |
25 |
{ |
26 |
"name": "puppetlabs/stdlib", |
27 |
"version_requirement": ">= 4.13.1 < 9.0.0" |
28 |
} |
29 |
], |
30 |
"operatingsystem_support": [
|
31 |
{ |
32 |
"operatingsystem": "CentOS", |
33 |
"operatingsystemrelease": [
|
34 |
"8",
|
35 |
"9"
|
36 |
] |
37 |
}, |
38 |
{ |
39 |
"operatingsystem": "OracleLinux", |
40 |
"operatingsystemrelease": [
|
41 |
"8",
|
42 |
"9"
|
43 |
] |
44 |
}, |
45 |
{ |
46 |
"operatingsystem": "RedHat", |
47 |
"operatingsystemrelease": [
|
48 |
"8",
|
49 |
"9"
|
50 |
] |
51 |
}, |
52 |
{ |
53 |
"operatingsystem": "Archlinux" |
54 |
} |
55 |
], |
56 |
"requirements": [
|
57 |
{ |
58 |
"name": "puppet", |
59 |
"version_requirement": ">= 6.1.0 < 8.0.0" |
60 |
} |
61 |
] |
62 |
} |