This commit is contained in:
Arne Teuke
2025-03-02 23:30:48 +01:00
parent 297a698fc8
commit e8ba6e64bc
30 changed files with 310 additions and 4637 deletions

View File

@@ -8,7 +8,7 @@
Fail2Ban is an intrusion prevention software framework that protects computer servers from brute-force attacks.
`cd_fail2ban` is a Puppet module to automate installation, configuration and management of fail2ban settings and rules.
`fail2ban_cd` is a Puppet module to automate installation, configuration and management of fail2ban settings and rules.
## WARNING
@@ -50,7 +50,7 @@ node 'example.example.net' {
* through Foreman:
In order to apply parameters through Foreman, **__cd_fail2ban::params__** must be added to the host or host group in question.
In order to apply parameters through Foreman, **__fail2ban_cd::params__** must be added to the host or host group in question.
See [more details about class deployment on Confdroid.com](https://confdroid.com/2017/05/deploying-our-puppet-modules/).