512m rlimitmem for apache on dgit_git host
[mirror/dsa-puppet.git] / modules / apache2 / manifests / init.pp
index 41c1403..3a6050a 100644 (file)
@@ -47,6 +47,8 @@ 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') {