sso -> hiera role; explicitly include apache2
[mirror/dsa-puppet.git] / modules / apache2 / manifests / init.pp
index f7a69a1..d998e88 100644 (file)
@@ -56,8 +56,6 @@ class apache2(
 
   if has_role('udd') {
     $memlimit = 512 * 1024 * 1024
-  } elsif has_role('sso') {
-    $memlimit = 512 * 1024 * 1024
   } elsif has_role('popcon') {
     $memlimit = 512 * 1024 * 1024
   } elsif has_role('qamaster') {