]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
more memeory for popcon host
authorPeter Palfrader <peter@palfrader.org>
Tue, 9 Jun 2015 06:00:09 +0000 (08:00 +0200)
committerPeter Palfrader <peter@palfrader.org>
Tue, 9 Jun 2015 06:00:29 +0000 (08:00 +0200)
modules/apache2/manifests/init.pp

index 60538d4d8a5ec54dcc40699cab3cd3c046a87020..41c1403ef84287ac0e25654055bfa5a541886a78 100644 (file)
@@ -49,6 +49,8 @@ class apache2 {
                $memlimit = 512 * 1024 * 1024
        } elsif has_role('sso') {
                $memlimit = 512 * 1024 * 1024
+       } elsif has_role('popcon') {
+               $memlimit = 512 * 1024 * 1024
        } elsif has_role('qamaster') {
                $memlimit = 300 * 1024 * 1024
        } else {