Cleanup obsolete absent resource
[mirror/dsa-puppet.git] / 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') {