summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Cline <jeremy@jcline.org>2017-09-12 18:55:39 +0000
committerJeremy Cline <jeremy@jcline.org>2017-09-12 18:55:39 +0000
commite65dc733c85d35df58d8adab6a22ac78cfdfd70a (patch)
tree3d5bd02ea5633dc9049e9cb13088b89e51346547
parent2c9e0110b1173e0daf48372553f3a15dfc12dc0c (diff)
downloadansible-e65dc733c85d35df58d8adab6a22ac78cfdfd70a.tar.gz
ansible-e65dc733c85d35df58d8adab6a22ac78cfdfd70a.tar.xz
ansible-e65dc733c85d35df58d8adab6a22ac78cfdfd70a.zip
Add a trailing comma to the fmn config
Signed-off-by: Jeremy Cline <jeremy@jcline.org>
-rw-r--r--roles/notifs/backend/templates/fmn.consumer.py2
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 %}