]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
512m rlimitmem for apache on dgit_git host
authorPeter Palfrader <peter@palfrader.org>
Tue, 21 Jul 2015 14:36:16 +0000 (16:36 +0200)
committerPeter Palfrader <peter@palfrader.org>
Tue, 21 Jul 2015 14:36:16 +0000 (16:36 +0200)
modules/apache2/manifests/init.pp

index 41c1403ef84287ac0e25654055bfa5a541886a78..3a6050ab7e1a295ecb0484c2ba73c7875651e9a2 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') {