diff 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
line wrap: on
line diff
--- a/manifests/templates.pp	Sat Aug 30 10:05:08 2014 +0000
+++ b/manifests/templates.pp	Sun Sep 28 08:03:46 2014 +0000
@@ -182,6 +182,9 @@
 	file { '/etc/fail2ban/filter.d/ibb-apache-exploits-instaban.conf':
 		source => 'puppet:///common/fail2ban/ibb-apache-exploits-instaban.conf',
 	}
+	file { '/etc/fail2ban/filter.d/ibb-apache-shellshock.conf':
+		source => 'puppet:///common/fail2ban/ibb-apache-shellshock.conf',
+	}
 	file { '/etc/fail2ban/filter.d/ibb-repeat-offender.conf':
 		source => 'puppet:///common/fail2ban/ibb-repeat-offender.conf',
 	}