Retire sso_rp (SSO, relying party) role for hosts
[mirror/dsa-puppet.git] / modules / apache2 / manifests / init.pp
index d998e88..1d9d236 100644 (file)
@@ -58,8 +58,6 @@ class apache2(
     $memlimit = 512 * 1024 * 1024
   } elsif has_role('popcon') {
     $memlimit = 512 * 1024 * 1024
-  } elsif has_role('qamaster') {
-    $memlimit = 300 * 1024 * 1024
   } else {
     $memlimit = $rlimitmem
   }