2025-03-02 23:30:48 +01:00
|
|
|
## fail2ban_cd::main::config.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 manages the module logic for fail2ban_cd.
|
2017-08-03 12:01:32 +01:00
|
|
|
##############################################################################
|
2025-03-02 23:30:48 +01:00
|
|
|
class fail2ban_cd::main::config (
|
2017-08-03 15:29:17 +01:00
|
|
|
|
2025-03-02 23:30:48 +01:00
|
|
|
) inherits fail2ban_cd::params {
|
|
|
|
|
include fail2ban_cd::main::service
|
2017-08-03 12:01:32 +01:00
|
|
|
}
|