From 702cdcacd66bc80c4b94c79e9e33bcfb5e17a957 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Tue, 31 Jul 2018 13:14:51 +0200 Subject: [PATCH] whitespace fixup --- modules/roles/templates/snapshot/haproxy.cfg.erb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/roles/templates/snapshot/haproxy.cfg.erb b/modules/roles/templates/snapshot/haproxy.cfg.erb index 79879bdd0..9d8edfb0f 100644 --- a/modules/roles/templates/snapshot/haproxy.cfg.erb +++ b/modules/roles/templates/snapshot/haproxy.cfg.erb @@ -27,9 +27,9 @@ defaults mode http option httplog option dontlognull - timeout connect 5000 - timeout client 50000 - timeout server 50000 + timeout connect 5000 + timeout client 50000 + timeout server 50000 errorfile 400 /etc/haproxy/errors/400.http errorfile 403 /etc/haproxy/errors/403.http errorfile 408 /etc/haproxy/errors/408.http -- 2.20.1