From: Peter Palfrader Date: Thu, 28 May 2015 08:48:36 +0000 (+0200) Subject: Disable global serve-cgi-bin config that hogs /cgi-bin X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=e4152fa31771473e3a5ffd8333727e9cebf1c0ea;p=mirror%2Fdsa-puppet.git Disable global serve-cgi-bin config that hogs /cgi-bin --- diff --git a/modules/apache2/manifests/init.pp b/modules/apache2/manifests/init.pp index a3d2fd4bc..c56d91047 100644 --- a/modules/apache2/manifests/init.pp +++ b/modules/apache2/manifests/init.pp @@ -37,6 +37,10 @@ class apache2 { ensure => absent, } + apache2::config { 'serve-cgi-bin': + ensure => absent, + } + apache2::config { 'ressource-limits': ensure => absent, }