forked from grigarr/puppet-base_firewall
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmetadata.json
More file actions
41 lines (41 loc) · 977 Bytes
/
metadata.json
File metadata and controls
41 lines (41 loc) · 977 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "andrewkroh-base_firewall",
"version": "1.1.1",
"author": "Andrew Kroh",
"summary": "Puppet module that simplifies firewall configuration and enables rules to be defined in Hiera.",
"license": "Apache-2.0",
"source": "https://github.com/andrewkroh/puppet-base_firewall",
"project_page": "https://github.com/andrewkroh/puppet-base_firewall",
"issues_url": "https://github.com/andrewkroh/puppet-base_firewall/issues",
"dependencies": [
{
"name": "puppetlabs-firewall",
"version_range": ">= 1.2.0"
},
{
"name": "puppetlabs-stdlib"
}
],
"operatingsystem_support": [
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"6"
]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"10.04",
"12.04",
"14.04"
]
},
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"6"
]
}
]
}