Mercurial > repos > other > Puppet
comparison manifests/templates.pp @ 6:b7c30595c97a
Add "Shellshock" exploit Fail2ban rule
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sun, 28 Sep 2014 08:03:46 +0000 |
parents | 956e484adc12 |
children | ca6ce30c0bfc |
comparison
equal
deleted
inserted
replaced
5:f2056be70cb8 | 6:b7c30595c97a |
---|---|
179 file { '/etc/fail2ban/action.d/apf.conf': | 179 file { '/etc/fail2ban/action.d/apf.conf': |
180 source => 'puppet:///common/fail2ban/apf.conf', | 180 source => 'puppet:///common/fail2ban/apf.conf', |
181 } | 181 } |
182 file { '/etc/fail2ban/filter.d/ibb-apache-exploits-instaban.conf': | 182 file { '/etc/fail2ban/filter.d/ibb-apache-exploits-instaban.conf': |
183 source => 'puppet:///common/fail2ban/ibb-apache-exploits-instaban.conf', | 183 source => 'puppet:///common/fail2ban/ibb-apache-exploits-instaban.conf', |
184 } | |
185 file { '/etc/fail2ban/filter.d/ibb-apache-shellshock.conf': | |
186 source => 'puppet:///common/fail2ban/ibb-apache-shellshock.conf', | |
184 } | 187 } |
185 file { '/etc/fail2ban/filter.d/ibb-repeat-offender.conf': | 188 file { '/etc/fail2ban/filter.d/ibb-repeat-offender.conf': |
186 source => 'puppet:///common/fail2ban/ibb-repeat-offender.conf', | 189 source => 'puppet:///common/fail2ban/ibb-repeat-offender.conf', |
187 } | 190 } |
188 file { '/etc/fail2ban/filter.d/ibb-postfix-spammers.conf': | 191 file { '/etc/fail2ban/filter.d/ibb-postfix-spammers.conf': |