]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/apache2/manifests/init.pp
512m rlimitmem for apache on dgit_git host
[dsa-puppet.git] / modules / apache2 / manifests / init.pp
index 60538d4d8a5ec54dcc40699cab3cd3c046a87020..3a6050ab7e1a295ecb0484c2ba73c7875651e9a2 100644 (file)
@@ -47,8 +47,12 @@ class apache2 {
 
        if has_role('udd') {
                $memlimit = 512 * 1024 * 1024
+       } elsif has_role('dgit_git') {
+               $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 {