From efb353bc02dd55d88f9ec9bae56e6f6fffee476f Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Sat, 21 Nov 2020 17:47:23 -0800 Subject: [PATCH] Let's make that IncludeOptional so lab doesn't die Signed-off-by: Adam Williamson --- roles/openqa/server/templates/openqa.conf.httpd.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openqa/server/templates/openqa.conf.httpd.j2 b/roles/openqa/server/templates/openqa.conf.httpd.j2 index 9923111f79..1627a89f1d 100644 --- a/roles/openqa/server/templates/openqa.conf.httpd.j2 +++ b/roles/openqa/server/templates/openqa.conf.httpd.j2 @@ -7,5 +7,5 @@ ProxyPass /apache-status ! {% endif %} Include conf.d/openqa-common.inc - Include conf.d/openqa-extras-*.inc + IncludeOptional conf.d/openqa-extras-*.inc