aboutsummaryrefslogtreecommitdiffstats
path: root/modules/apache/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'modules/apache/manifests')
-rw-r--r--modules/apache/manifests/cve-2011-3192.pp9
1 files changed, 0 insertions, 9 deletions
diff --git a/modules/apache/manifests/cve-2011-3192.pp b/modules/apache/manifests/cve-2011-3192.pp
deleted file mode 100644
index 1e39ac04..00000000
--- a/modules/apache/manifests/cve-2011-3192.pp
+++ /dev/null
@@ -1,9 +0,0 @@
-class apache::cve-2011-3192 {
- include apache::base
- # temporary protection against CVE-2011-3192
- # https://httpd.apache.org/security/CVE-2011-3192.txt
- apache::config {
- "${apache::base::conf_d}/CVE-2011-3192.conf":
- content => template('apache/CVE-2011-3192.conf'),
- }
-}