From 7b85ae9ed8352bbeb51b216b49d2a571982c406f Mon Sep 17 00:00:00 2001 From: "Adam D. Barratt" Date: Fri, 27 Sep 2019 19:31:08 +0100 Subject: [PATCH] fail2ban: actually ship the dsa-exim-strict set up Signed-off-by: Adam D. Barratt --- modules/fail2ban/manifests/exim.pp | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/modules/fail2ban/manifests/exim.pp b/modules/fail2ban/manifests/exim.pp index f1b34ddfa..96c9561f8 100644 --- a/modules/fail2ban/manifests/exim.pp +++ b/modules/fail2ban/manifests/exim.pp @@ -7,4 +7,12 @@ class fail2ban::exim inherits fail2ban { source => 'puppet:///modules/fail2ban/jail/dsa-exim.conf', notify => Service['fail2ban'], } + file { '/etc/fail2ban/filter.d/dsa-exim-strict.conf': + source => 'puppet:///modules/fail2ban/filter/dsa-exim-strict.conf', + notify => Service['fail2ban'], + } + file { '/etc/fail2ban/jail.d/dsa-exim-strict.conf': + source => 'puppet:///modules/fail2ban/jail/dsa-exim-strict.conf', + notify => Service['fail2ban'], + } } -- 2.20.1