From 17e60642b41cd651cb3553552c19d06c6802f4c3 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Thu, 31 May 2012 23:11:13 +0000 Subject: fix class name --- modules/apache/manifests/CVE-2011-3192.pp | 8 -------- modules/apache/manifests/cve-2011-3192.pp | 8 ++++++++ 2 files changed, 8 insertions(+), 8 deletions(-) delete mode 100644 modules/apache/manifests/CVE-2011-3192.pp create mode 100644 modules/apache/manifests/cve-2011-3192.pp (limited to 'modules') diff --git a/modules/apache/manifests/CVE-2011-3192.pp b/modules/apache/manifests/CVE-2011-3192.pp deleted file mode 100644 index c4d12221..00000000 --- a/modules/apache/manifests/CVE-2011-3192.pp +++ /dev/null @@ -1,8 +0,0 @@ -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'), - } -} diff --git a/modules/apache/manifests/cve-2011-3192.pp b/modules/apache/manifests/cve-2011-3192.pp new file mode 100644 index 00000000..20b53216 --- /dev/null +++ b/modules/apache/manifests/cve-2011-3192.pp @@ -0,0 +1,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'), + } +} -- cgit v1.2.1