X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fapache2%2Fmanifests%2Finit.pp;h=bbda120fa75b45733cb89fb7349262c300e75ad3;hb=177f0e82a481fb5be545e36af78249c48cd0d89a;hp=875e4ba012286e88131275918b83dad04b67f603;hpb=a4a80930aa5e46e17170cb5e9ba56cd0c87b88f3;p=mirror%2Fdsa-puppet.git diff --git a/modules/apache2/manifests/init.pp b/modules/apache2/manifests/init.pp index 875e4ba01..bbda120fa 100644 --- a/modules/apache2/manifests/init.pp +++ b/modules/apache2/manifests/init.pp @@ -39,6 +39,8 @@ class apache2 { $memlimit = 96 * 1024 * 1024 } elsif has_role('packagesqamaster') { $memlimit = 192 * 1024 * 1024 + } elsif has_role('nm') { + $memlimit = 96 * 1024 * 1024 } else { $memlimit = 32 * 1024 * 1024 }