]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
Revert snapshot memory increase, dropped git http smart stuff instead.
authorPaul Wise <pabs@debian.org>
Mon, 1 Jun 2015 13:29:38 +0000 (21:29 +0800)
committerPaul Wise <pabs@debian.org>
Mon, 1 Jun 2015 13:29:38 +0000 (21:29 +0800)
hieradata/common.yaml
modules/apache2/manifests/init.pp

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