4b545660d0b534942887e1e0bcba34b2f9f4ca1b
[mirror/dsa-puppet.git] / modules / fail2ban / manifests / postfix.pp
1 class fail2ban::postfix inherits fail2ban {
2         file { '/etc/fail2ban/filter.d/dsa-postfix.conf':
3                 source => 'puppet:///modules/fail2ban/filter/dsa-postfix.conf',
4                 notify  => Service['fail2ban'],
5         }
6         file { '/etc/fail2ban/jail.d/dsa-postfix.conf':
7                 source => 'puppet:///modules/fail2ban/jail/dsa-postfix.conf',
8                 notify  => Service['fail2ban'],
9         }
10 }