From c8fb051175c42d87d351438bcd306866ad9535bf Mon Sep 17 00:00:00 2001 From: Tollef Fog Heen Date: Fri, 2 Feb 2018 10:47:38 +0100 Subject: [PATCH] Cleanup obsolete absent resource --- modules/apache2/manifests/init.pp | 4 ---- 1 file changed, 4 deletions(-) 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') { -- 2.20.1