From ef4aba69a0faa3f9ec281a8aa58864776d104fee Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Tue, 10 Dec 2013 19:50:24 +0000 Subject: [PATCH] Quote that. --- roles/notifs-frontend/templates/fmn.web.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/notifs-frontend/templates/fmn.web.cfg b/roles/notifs-frontend/templates/fmn.web.cfg index 76d0eb28eb..89eeb400b3 100644 --- a/roles/notifs-frontend/templates/fmn.web.cfg +++ b/roles/notifs-frontend/templates/fmn.web.cfg @@ -1,6 +1,6 @@ # See /etc/fedmsg.d/fmn.web.py for the db url -SECRET_KEY = {{ notifs_secret_key }} +SECRET_KEY = '{{ notifs_secret_key }}' FMN_ADMINS = ['ralph.id.fedoraproject.org']