X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Ffail2ban%2Fmanifests%2Fpostfix.pp;h=f6f5f688f12129938d71ed99bd0d9b731939fbe9;hb=d6c2e9deaaeb0676521a0fbe0b23b875329b3b85;hp=4b545660d0b534942887e1e0bcba34b2f9f4ca1b;hpb=95d495556e7a09f75c031aa431add52394a36dfd;p=mirror%2Fdsa-puppet.git diff --git a/modules/fail2ban/manifests/postfix.pp b/modules/fail2ban/manifests/postfix.pp index 4b545660d..f6f5f688f 100644 --- a/modules/fail2ban/manifests/postfix.pp +++ b/modules/fail2ban/manifests/postfix.pp @@ -1,10 +1,12 @@ +# postfix-specific fail2ban setup +# class fail2ban::postfix inherits fail2ban { file { '/etc/fail2ban/filter.d/dsa-postfix.conf': source => 'puppet:///modules/fail2ban/filter/dsa-postfix.conf', - notify => Service['fail2ban'], + notify => Service['fail2ban'], } file { '/etc/fail2ban/jail.d/dsa-postfix.conf': source => 'puppet:///modules/fail2ban/jail/dsa-postfix.conf', - notify => Service['fail2ban'], + notify => Service['fail2ban'], } }