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