From: Adam D. Barratt Date: Fri, 27 Sep 2019 18:31:08 +0000 (+0100) Subject: fail2ban: actually ship the dsa-exim-strict set up X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fdsa-puppet.git;a=commitdiff_plain;h=426eee97003ef1cd97256c55697dc026f6165c78 fail2ban: actually ship the dsa-exim-strict set up Signed-off-by: Adam D. Barratt --- 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'], + } }