aboutsummaryrefslogtreecommitdiffstats
path: root/modules/apache/manifests/cve-2011-3192.pp
blob: 0ec3dcd3ece099c1a09a8ca7f1e953bda694ff0f (plain)
1
2
3
4
5
6
7
8
9
class apache::cve-2011-3192 {
    include apache::base
    # temporary protection against CVE-2011-3192
    # http://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'),
    }
}