sso still needs more
[mirror/dsa-puppet.git] / modules / apache2 / manifests / init.pp
index 8057e9a..b37d990 100644 (file)
@@ -47,6 +47,8 @@ class apache2 {
 
        if has_role('udd') {
                $memlimit = 512 * 1024 * 1024
+       } elsif has_role('sso') {
+               $memlimit = 512 * 1024 * 1024
        } else {
                $memlimit = 192 * 1024 * 1024
        }