Cleanup obsolete absent resource
authorTollef Fog Heen <tfheen@err.no>
Fri, 2 Feb 2018 09:47:38 +0000 (10:47 +0100)
committerTollef Fog Heen <tfheen@err.no>
Fri, 2 Feb 2018 09:47:38 +0000 (10:47 +0100)
modules/apache2/manifests/init.pp

index f3a598b..985620f 100644 (file)
@@ -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') {