From: Peter Palfrader Date: Thu, 28 May 2015 09:24:35 +0000 (+0200) Subject: sso still needs more X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=b5b06b5030b99ad3b6a642c7082ba8b7802f6dfe;p=mirror%2Fdsa-puppet.git sso still needs more --- diff --git a/modules/apache2/manifests/init.pp b/modules/apache2/manifests/init.pp index 8057e9a71..b37d99053 100644 --- a/modules/apache2/manifests/init.pp +++ b/modules/apache2/manifests/init.pp @@ -47,6 +47,8 @@ class apache2 { if has_role('udd') { $memlimit = 512 * 1024 * 1024 + } elsif has_role('sso') { + $memlimit = 512 * 1024 * 1024 } else { $memlimit = 192 * 1024 * 1024 }