1 class fail2ban::exim inherits fail2ban {
2 file { '/etc/fail2ban/filter.d/dsa-exim.conf':
3 source => 'puppet:///modules/fail2ban/filter/dsa-exim.conf',
4 notify => Service['fail2ban'],
6 file { '/etc/fail2ban/jail.d/dsa-exim.conf':
7 source => 'puppet:///modules/fail2ban/jail/dsa-exim.conf',
8 notify => Service['fail2ban'],