From ba8e3a7ad2195b5d7fd6624c988c9d263f1547e5 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Thu, 31 May 2012 23:05:13 +0000 Subject: add temporary fix on champagne for CVE-2011-3192 --- modules/apache/manifests/CVE-2011-3192.pp | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 modules/apache/manifests/CVE-2011-3192.pp (limited to 'modules/apache/manifests') diff --git a/modules/apache/manifests/CVE-2011-3192.pp b/modules/apache/manifests/CVE-2011-3192.pp new file mode 100644 index 00000000..c4d12221 --- /dev/null +++ b/modules/apache/manifests/CVE-2011-3192.pp @@ -0,0 +1,8 @@ +class apache::CVE-2011-3192 { + # temporary protection against CVE-2011-3192 + # http://httpd.apache.org/security/CVE-2011-3192.txt + apache::config { + '/etc/httpd/conf.d/CVE-2011-3192.conf': + content => template('apache/CVE-2011-3192.conf'), + } +} -- cgit v1.2.1