/[adm]/puppet/modules/apache/manifests/cve-2011-3192.pp
ViewVC logotype

Contents of /puppet/modules/apache/manifests/cve-2011-3192.pp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2768 - (show annotations) (download)
Thu May 31 23:11:13 2012 UTC (11 years, 10 months ago) by boklm
File size: 261 byte(s)
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