From 41f542946eaecdffa16a379b939b6eb708052430 Mon Sep 17 00:00:00 2001 From: Tim Flink Date: Wed, 25 Jun 2014 18:32:08 +0000 Subject: [PATCH] adding blank line to resultsdb.conf to force newline in rendered template, fixing syntax error --- roles/taskotron/resultsdb-backend/templates/resultsdb.conf.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/taskotron/resultsdb-backend/templates/resultsdb.conf.j2 b/roles/taskotron/resultsdb-backend/templates/resultsdb.conf.j2 index e28b81024e..5d01a1c597 100644 --- a/roles/taskotron/resultsdb-backend/templates/resultsdb.conf.j2 +++ b/roles/taskotron/resultsdb-backend/templates/resultsdb.conf.j2 @@ -16,6 +16,7 @@ WSGISocketPrefix run/wsgi Require method GET Require ip 127.0.0.1 ::1{% for host in allowed_hosts %} {{ host }}{% endfor %} +