From: Stephen Gran Date: Sun, 13 May 2012 10:17:09 +0000 (+0100) Subject: except it is an integer X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=40b693453f753850e92ef9a6c7bea40af6466e03;p=mirror%2Fdsa-puppet.git except it is an integer Signed-off-by: Stephen Gran --- diff --git a/modules/exim/templates/eximconf.erb b/modules/exim/templates/eximconf.erb index 628e0dca0..8541a7f7b 100644 --- a/modules/exim/templates/eximconf.erb +++ b/modules/exim/templates/eximconf.erb @@ -194,8 +194,8 @@ queue_only_load = 35 smtp_load_reserve = 20 <%- else -%> queue_run_max = 5 -deliver_queue_load_max = <%= scope.lookupvar('::processorcount') * 5 %> -queue_only_load = <%= scope.lookupvar('::processorcount') * 4 %> +deliver_queue_load_max = <%= scope.lookupvar('::processorcount').to_i * 5 %> +queue_only_load = <%= scope.lookupvar('::processorcount').to_i * 4 %> <%- end -%> queue_list_requires_admin = false