X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;ds=inline;f=modules%2Ffail2ban%2Fmanifests%2Fexim.pp;h=4279091a19ead26201c9a78ac0d5678d0dd304cf;hb=fd745dda71cdc384b5c09294951d83087514ff15;hp=96c9561f8378a9488b42aed1c1ff5f6747f2276a;hpb=8e73118c48c6ce00092efbb09bfde05c355933fe;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'], } }