aboutsummaryrefslogtreecommitdiffstats
path: root/modules/apache/manifests/cve-2011-3192.pp
blob: 20b53216594a078925393954299fcfe872b45a35 (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'),
    }
}