From e65dc733c85d35df58d8adab6a22ac78cfdfd70a Mon Sep 17 00:00:00 2001 From: Jeremy Cline Date: Tue, 12 Sep 2017 18:55:39 +0000 Subject: [PATCH] Add a trailing comma to the fmn config Signed-off-by: Jeremy Cline --- roles/notifs/backend/templates/fmn.consumer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/notifs/backend/templates/fmn.consumer.py b/roles/notifs/backend/templates/fmn.consumer.py index 7b865b5d78..a52337b381 100644 --- a/roles/notifs/backend/templates/fmn.consumer.py +++ b/roles/notifs/backend/templates/fmn.consumer.py @@ -147,7 +147,7 @@ config = { {% if env == 'staging' -%} "fmn.irc.port": 6697, "fmn.irc.use_ssl": True, - "fmn.irc.nickserv_pass": "{{ fedora-notifstg-freenode-pass }}" + "fmn.irc.nickserv_pass": "{{ fedora-notifstg-freenode-pass }}", {% else -%} "fmn.irc.port": 6667, {% endif %}