X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Ffail2ban%2Fmanifests%2Fexim.pp;h=96c9561f8378a9488b42aed1c1ff5f6747f2276a;hb=426eee97003ef1cd97256c55697dc026f6165c78;hp=f1b34ddfa3103d2ce9290d6abfa736167e821c02;hpb=a0171d7f2b8c81099dab07ecefa90ebfee331524;p=mirror%2Fdsa-puppet.git 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'], + } }