X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;ds=sidebyside;f=modules%2Ffail2ban%2Fmanifests%2Fexim.pp;h=96c9561f8378a9488b42aed1c1ff5f6747f2276a;hb=53cec647b19bcfa044f9b5752f2095ce4a73d95e;hp=f1b34ddfa3103d2ce9290d6abfa736167e821c02;hpb=b3d9dd83da3f8ac34ccbdf912e1113f1ef49a64c;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'], + } }