From: Tollef Fog Heen Date: Fri, 2 Feb 2018 09:47:38 +0000 (+0100) Subject: Cleanup obsolete absent resource X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=c8fb051175c42d87d351438bcd306866ad9535bf;p=mirror%2Fdsa-puppet.git Cleanup obsolete absent resource --- diff --git a/modules/apache2/manifests/init.pp b/modules/apache2/manifests/init.pp index f3a598b4a..985620fa5 100644 --- a/modules/apache2/manifests/init.pp +++ b/modules/apache2/manifests/init.pp @@ -39,10 +39,6 @@ class apache2 { ensure => absent, } - apache2::config { 'ressource-limits': - ensure => absent, - } - if has_role('udd') { $memlimit = 512 * 1024 * 1024 } elsif has_role('dgit_git') {