Parent Directory | Revision Log
fix class name
1 | class apache::cve-2011-3192 { |
2 | # temporary protection against CVE-2011-3192 |
3 | # http://httpd.apache.org/security/CVE-2011-3192.txt |
4 | apache::config { |
5 | '/etc/httpd/conf.d/CVE-2011-3192.conf': |
6 | content => template('apache/CVE-2011-3192.conf'), |
7 | } |
8 | } |
ViewVC Help | |
Powered by ViewVC 1.1.30 |