root / metadata.json @ b09d43bf
Historique | Voir | Annoter | Télécharger (1,02 ko)
1 |
{ |
---|---|
2 |
"name": "puppet-nftables", |
3 |
"version": "0.1.0", |
4 |
"author": "puppet", |
5 |
"summary": "Puppet nftables module", |
6 |
"license": "Apache-2.0", |
7 |
"source": "https://github.com/voxpupuli/puppet-nftables.git", |
8 |
"project_page": "https://github.com/voxpupuli/puppet-nftables", |
9 |
"dependencies": [
|
10 |
{ |
11 |
"name": "puppetlabs/concat", |
12 |
"version_requirement": ">= 6.2.0 < 7.0.0" |
13 |
}, |
14 |
{ |
15 |
"name": "camptocamp/systemd", |
16 |
"version_requirement": ">= 2.0.0 < 3.0.0" |
17 |
}, |
18 |
{ |
19 |
"name": "puppetlabs/stdlib", |
20 |
"version_requirement": ">= 4.13.1 < 7.0.0" |
21 |
} |
22 |
], |
23 |
"operatingsystem_support": [
|
24 |
{ |
25 |
"operatingsystem": "CentOS", |
26 |
"operatingsystemrelease": [
|
27 |
"8"
|
28 |
] |
29 |
}, |
30 |
{ |
31 |
"operatingsystem": "OracleLinux", |
32 |
"operatingsystemrelease": [
|
33 |
"8"
|
34 |
] |
35 |
}, |
36 |
{ |
37 |
"operatingsystem": "RedHat", |
38 |
"operatingsystemrelease": [
|
39 |
"8"
|
40 |
] |
41 |
} |
42 |
], |
43 |
"requirements": [
|
44 |
{ |
45 |
"name": "puppet", |
46 |
"version_requirement": ">= 4.10.0 < 7.0.0" |
47 |
} |
48 |
] |
49 |
} |