X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Ffail2ban%2Fmanifests%2Fexim.pp;h=4279091a19ead26201c9a78ac0d5678d0dd304cf;hb=d6c2e9deaaeb0676521a0fbe0b23b875329b3b85;hp=96c9561f8378a9488b42aed1c1ff5f6747f2276a;hpb=95d495556e7a09f75c031aa431add52394a36dfd;p=mirror%2Fdsa-puppet.git diff --git a/modules/fail2ban/manifests/exim.pp b/modules/fail2ban/manifests/exim.pp index 96c9561f8..4279091a1 100644 --- a/modules/fail2ban/manifests/exim.pp +++ b/modules/fail2ban/manifests/exim.pp @@ -1,18 +1,20 @@ +# exim-specific fail2ban setup +# class fail2ban::exim inherits fail2ban { file { '/etc/fail2ban/filter.d/dsa-exim.conf': source => 'puppet:///modules/fail2ban/filter/dsa-exim.conf', - notify => Service['fail2ban'], + notify => Service['fail2ban'], } file { '/etc/fail2ban/jail.d/dsa-exim.conf': source => 'puppet:///modules/fail2ban/jail/dsa-exim.conf', - notify => Service['fail2ban'], + notify => Service['fail2ban'], } file { '/etc/fail2ban/filter.d/dsa-exim-strict.conf': source => 'puppet:///modules/fail2ban/filter/dsa-exim-strict.conf', - notify => Service['fail2ban'], + notify => Service['fail2ban'], } file { '/etc/fail2ban/jail.d/dsa-exim-strict.conf': source => 'puppet:///modules/fail2ban/jail/dsa-exim-strict.conf', - notify => Service['fail2ban'], + notify => Service['fail2ban'], } }