puppet-fail2ban
puppet-fail2ban copied to clipboard
This module installs, configures and manages the Fail2ban service.
## Affected Puppet, Ruby, OS and module versions/distributions - Puppet: 5.5.1 - Ruby: - Distribution: CentOS 7 - Module version: ## How to reproduce (e.g Puppet code you use) Try...
## Affected Puppet, Ruby, OS and module versions/distributions - Puppet: 4.10.12 - Ruby: - Distribution: CentOS Linux release 7.7.1908 (Core) - Module version: 3.2.0 - Fail2ban version: 0.10.5 ## How...
#### Pull Request (PR) description This request allows changing the default port for any service watched by fail2ban. Check Readme.md for the usage of the "ports" parameter. Most changes made...
Hi, We have a few servers that have fail2ban pre-installed (thanks Rackspace), and have had issues with puppetlabs-firewall removing the rules that fail2ban creates. Do you have any examples of...
OS: Debian 8 Jessie `enabled = false` `# pam-generic filter can be customized to monitor specific subset of 'tty's` `filter = pam-generic` `# port actually must be irrelevant but lets...
It would be great if this module would use virtual resources to define and collect standard jails. Right now you have to pass all bundled jails when declaring the fail2ban...
Being a rebuild of RH it's a simple matter of patching config.pp. ```diff --- config.pp.bak 2017-01-17 13:15:40.681058922 -0500 +++ config.pp 2017-01-17 13:16:06.890730918 -0500 @@ -38,7 +38,7 @@ # Operating system...
Hi @dhoppe The module currently separates out functionality that should be in one class (fail2ban) into many subclasses (install, config, service). Each class should provide functionality on its own without...
This commit adds support for Ubuntu 24.04 (noble).
## Affected Puppet, Ruby, OS and module versions/distributions - Puppet: 7 - Ruby: 3.1 - Distribution: Debian - Module version: latest (4.2) ## How to reproduce (e.g Puppet code you...