more memeory for popcon host
[mirror/dsa-puppet.git] / modules / apache2 / manifests / init.pp
index 60538d4..41c1403 100644 (file)
@@ -49,6 +49,8 @@ class apache2 {
                $memlimit = 512 * 1024 * 1024
        } elsif has_role('sso') {
                $memlimit = 512 * 1024 * 1024
+       } elsif has_role('popcon') {
+               $memlimit = 512 * 1024 * 1024
        } elsif has_role('qamaster') {
                $memlimit = 300 * 1024 * 1024
        } else {