diff options
-rw-r--r-- | roles/notifs/backend/templates/fmn.consumer.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/notifs/backend/templates/fmn.consumer.py b/roles/notifs/backend/templates/fmn.consumer.py index 7b865b5d7..a52337b38 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 %} |