This commit is contained in:
Arne Teuke
2025-03-02 23:43:51 +01:00
parent e8ba6e64bc
commit 1f334ebff1

View File

@@ -134,7 +134,7 @@ class fail2ban_cd::params (
Boolean $fn_enabled = false,
String $fn_filter = '%(__name__)s',
String $fn_destemail = 'root@localhost',
String $fn_sender = "fail2ban@${fqdn}",
#String $fn_sender = "fail2ban@${fqdn}",
String $fn_mta = 'sendmail',
String $fn_protocol = 'tcp',
String $fn_chain = 'INPUT',
@@ -161,6 +161,7 @@ class fail2ban_cd::params (
# shortcuts
$fqdn = $facts['networking']['fqdn']
$fn_os = $facts['os']
$fn_sender = "fail2ban@${fqdn}"
# service
$fn_service = 'fail2ban'