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