forked from lelutin/puppet-fail2ban
-
Notifications
You must be signed in to change notification settings - Fork 1
/
metadata.json
30 lines (29 loc) · 879 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
{
"name": "LeLutin-fail2ban",
"version": "1.2.0",
"author": "LeLutin",
"summary": "Manage fail2ban bruteforce protector",
"license": "GPL-3.0+",
"source": "https://github.com/lelutin/puppet-fail2ban",
"project_page": "https://github.com/lelutin/puppet-fail2ban",
"issues_url": "https://github.com/lelutin/puppet-fail2ban/issues",
"dependencies": [
{"name":"puppetlabs/stdlib","version_requirement":">= 3.0.0"},
{"name":"puppetlabs/concat","version_requirement":">= 1.0.0"}
],
"operatingsystem_support": [
{
"operatingsystem": "Debian",
"operatingsystemrelease":[ "7", "8" ]
},
{
"operatingsystem": "RedHat",
"operatingsystemrelease":[ "6", "7" ]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease":[ "6", "7" ]
}
],
"tags": ["fail2ban", "iptables", "bruteforce", "firewall"]
}