From b5b06b5030b99ad3b6a642c7082ba8b7802f6dfe Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Thu, 28 May 2015 11:24:35 +0200 Subject: [PATCH] sso still needs more --- modules/apache2/manifests/init.pp | 2 ++ 1 file changed, 2 insertions(+) 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 } -- 2.20.1