From 741dd958936e11c0db29fcc1b94841d66c3615b1 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 14 Feb 2019 19:02:58 +0000 Subject: [PATCH] buildvm-s390x / varnish: fix missing ;s on 2 statements Signed-off-by: Kevin Fenzi --- roles/varnish/templates/s390kojipkgs.vcl.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/varnish/templates/s390kojipkgs.vcl.j2 b/roles/varnish/templates/s390kojipkgs.vcl.j2 index 6f48149bc8..05c4aa320e 100644 --- a/roles/varnish/templates/s390kojipkgs.vcl.j2 +++ b/roles/varnish/templates/s390kojipkgs.vcl.j2 @@ -22,7 +22,7 @@ backend koji01 { .timeout = 3600s; .interval = 30s; .window = 30; - .threshold = 30 + .threshold = 30; } .first_byte_timeout = 300s; .connect_timeout = 10s; @@ -36,7 +36,7 @@ backend kojipkgs01 { .timeout = 3600s; .interval = 30s; .window = 30; - .threshold = 30 + .threshold = 30; } .first_byte_timeout = 300s; .connect_timeout = 30s;