2025-03-02 23:30:48 +01:00
|
|
|
## fail2ban_cd::init.pp
|
|
|
|
|
# Module name: fail2ban_cd
|
2017-08-03 12:01:32 +01:00
|
|
|
# Author: Arne Teuke (arne_teuke@confdroid.com)
|
2025-03-02 23:30:48 +01:00
|
|
|
# @summary Class initializes the fail2ban_cd module.
|
2017-08-03 12:01:32 +01:00
|
|
|
##############################################################################
|
2025-03-02 23:30:48 +01:00
|
|
|
class fail2ban_cd {
|
|
|
|
|
include fail2ban_cd::params
|
2017-08-03 12:01:32 +01:00
|
|
|
}
|