udd -> hiera role; explicitly include apache2
[mirror/dsa-puppet.git] / modules / apache2 / manifests / init.pp
index f1ab41d..20a963f 100644 (file)
@@ -63,9 +63,7 @@ class apache2(
     ensure => absent,
   }
 
-  if has_role('udd') {
-    $memlimit = 512 * 1024 * 1024
-  } elsif has_role('popcon') {
+  if has_role('popcon') {
     $memlimit = 512 * 1024 * 1024
   } else {
     $memlimit = $rlimitmem