From db3cde8a93a2447f30e8ffd0c491ad79f6a7d50c Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Sat, 4 Feb 2017 14:56:24 +0000 Subject: [PATCH] More pre-0.8 Signed-off-by: Patrick Uiterwijk --- roles/hotness/templates/hotness.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/hotness/templates/hotness.py b/roles/hotness/templates/hotness.py index 14f3512a43..dd2cd5ebd8 100644 --- a/roles/hotness/templates/hotness.py +++ b/roles/hotness/templates/hotness.py @@ -59,6 +59,8 @@ config = { {% if env == "production" %} 'cert': '/etc/pki/fedmsg/hotness.pem', 'ca_cert': '/etc/pki/fedmsg/fedora-server-ca.cert', + 'userstring': ('Fedora Release Monitoring ', + ''), {% else %} 'krb_principal': 'hotness/hotness01{{env_suffix}}.phx2.fedoraproject.org@{{ipa_realm}}', 'krb_keytab': '/etc/krb5.hotness_hotness01{{env_suffix}}.phx2.fedoraproject.org.keytab',