-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmetadata.json
More file actions
27 lines (27 loc) · 866 Bytes
/
metadata.json
File metadata and controls
27 lines (27 loc) · 866 Bytes
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
{
"name": "arusso-iptables",
"version": "1.2.2",
"author": "arusso",
"summary": "iptables management",
"license": "MIT",
"source": "https://github.com/arusso/puppet-iptables",
"issues_url": "https://github.com/arusso/puppet-iptables/issues",
"project_page": "https://github.com/arusso/puppet-iptables",
"description": "iptables management module that updates the iptables save file,\n without changing the running state of iptables.",
"dependencies": [
{"version_requirement":">= 1.0.0","name":"puppetlabs/concat"},
{"version_requirement":">= 0.0.1","name":"arusso/oski"},
{"version_requirement":">= 4.2.0","name":"puppetlabs/stdlib"}
],
"operatingsystem_support": [
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [ "5", "6" ]
}
],
"tags": [
"iptables",
"security",
"firewall"
]
}