aboutsummaryrefslogtreecommitdiffstats
path: root/modules/apache/manifests/cve-2011-3192.pp
blob: 1e39ac040ccce6dee2a66a2e88bccc29097abe03 (plain)
1
2
3
4
5
6
7
8
9
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'),
    }
}