]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/apache2/manifests/init.pp
sibelius needs more RAM for git-http-backend
[dsa-puppet.git] / modules / apache2 / manifests / init.pp
index 8057e9a711e5e34dea4cc457b390d438566bc2f9..67e6b8bad288a357e84d029bd998e569648a75a5 100644 (file)
@@ -47,6 +47,12 @@ class apache2 {
 
        if has_role('udd') {
                $memlimit = 512 * 1024 * 1024
+       } elsif has_role('sso') {
+               $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
        }