puppet-fail2ban
puppet-fail2ban copied to clipboard
This module installs, configures and manages the Fail2ban service.
The latest version on puppet force is still 4.2.0 from Nov 2022. Would we be able to get a new release with the updated dependencies and puppet 8 support? This...
## What are you seeing Debian 12 does not currently have any template. Copying Debian 11's template seems to work fine, however. ## Output log ``` Error: Could not retrieve...
## Affected Puppet, Ruby, OS and module versions/distributions - Puppet: 6 - Ruby: - Distribution: - Module version: ## How to reproduce (e.g Puppet code you use) ``` class {...
The PR addresses the same issue as #48 but with a bit more generic approach. Using 2 level Hash might be possible to override basically any attribute in the template....
## What are you seeing Ubuntu 22.04 does not currently have any template. This should be pretty straightfroward and 20.04's template would likely work fine. ## Output log ``` Error:...
## Affected Puppet, Ruby, OS and module versions/distributions - Puppet: 7.17.0 - Facter: 4.2.10 - Ruby: 2.5.9p229 (2021-04-05 revision 67939) [aarch64-linux-gnu] - Distribution: openSUSE 15.4 - Module version: latest ##...
#### Pull Request (PR) description Add support for package install options. See puppet package resource for more info:
The specification in readme.md of custom jails is ill-defined-- Where do you put this yaml configuration? How do you specify it to be loaded by the hiera_hash function from the...
Hi, We're using `class { 'fail2ban': }` and configure with hiera: ``` fail2ban::package_ensure: 'latest' fail2ban::jails: - ssh - ssh-ddos - apache-auth - apache-overflows ``` on ubuntu 18.04. but no jails...
Hi, I want to configure a ssh jail in my system. The only parameter I need to change from default configuration is the logpath and the action. What is the...