]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
sibelius needs more RAM for git-http-backend
authorPaul Wise <pabs@debian.org>
Mon, 1 Jun 2015 12:58:21 +0000 (20:58 +0800)
committerPaul Wise <pabs@debian.org>
Mon, 1 Jun 2015 12:58:21 +0000 (20:58 +0800)
hieradata/common.yaml
modules/apache2/manifests/init.pp

index eceb27936f29650d0a9091df575ae844408a9007..f6840f6835a22802e91b26163b2ff43ad245bd65 100644 (file)
@@ -135,3 +135,5 @@ roles:
     - lw03.debian.org
   gobby_debian_org:
     - gombert.debian.org
+  snapshot_master:
+    - sibelius.debian.org
index 60538d4d8a5ec54dcc40699cab3cd3c046a87020..67e6b8bad288a357e84d029bd998e569648a75a5 100644 (file)
@@ -51,6 +51,8 @@ class apache2 {
                $memlimit = 512 * 1024 * 1024
        } elsif has_role('qamaster') {
                $memlimit = 300 * 1024 * 1024
+       } elsif has_role('snapshot_master') {
+               $memlimit = 300 * 1024 * 1024
        } else {
                $memlimit = 192 * 1024 * 1024
        }