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