forked from example42/puppet-iptables
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.json
32 lines (29 loc) · 815 Bytes
/
metadata.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"author": "Alessandro Franceschi",
"dependencies": [
{
"name": "example42/puppi",
"version_requirement": ">=2.0.0"
},
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 3.2.0 < 5.0.0"
},
{
"name": "puppetlabs/concat",
"version_requiremens": ">=1.0.0 < 5.0.0"
}
],
"summary": "This module installs and manages iptables. Check README.rdoc for details. Puppi is required for some common functions: you can install them without using the whole module. ",
"license": "Apache2",
"name": "example42-iptables",
"operatingsystem_support": [
],
"project_page": "https://github.com/example42/puppet-iptables",
"requirements": [
],
"source": "https://github.com/example42/puppet-iptables",
"tags": [
],
"version": "2.1.15"
}