From d4fd714e15bc9b089657de3533bf2d4089a7682d Mon Sep 17 00:00:00 2001 From: Tim Flink Date: Jul 22 2014 16:02:27 +0000 Subject: putting newline back into resultsdb_frontend settings so that it renders properly --- diff --git a/roles/taskotron/resultsdb-frontend/templates/settings.py.j2 b/roles/taskotron/resultsdb-frontend/templates/settings.py.j2 index 8fe8088..f8a94b5 100644 --- a/roles/taskotron/resultsdb-frontend/templates/settings.py.j2 +++ b/roles/taskotron/resultsdb-frontend/templates/settings.py.j2 @@ -1,13 +1,13 @@ # while you can use this as a template, we recommend that you use the blockerbugs # cli to generate a config file RDB_URL = 'http://127.0.0.1/{{ resultsdb_endpoint }}/api/v1.0' -{%- if deployment_type == 'dev' %} +{% if deployment_type == 'dev' %} SECRET_KEY = '{{ dev_resultsdb_frontend_secret_key }}' {% endif %} -{%- if deployment_type == 'stg' %} +{% if deployment_type == 'stg' %} SECRET_KEY = '{{ stg_resultsdb_frontend_secret_key }}' {% endif %} -{%- if deployment_type == 'prod' %} +{% if deployment_type == 'prod' %} SECRET_KEY = '{{ prod_resultsdb_frontend_secret_key }}' {% endif %} FILE_LOGGING = False