From e53f59fc7d53a4530ba6ae54cc2700f97b897732 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Tue, 31 Jan 2017 19:40:43 +0000 Subject: [PATCH] The suffix seemingly has the period at the start Signed-off-by: Patrick Uiterwijk --- roles/hotness/templates/hotness.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/hotness/templates/hotness.py b/roles/hotness/templates/hotness.py index 7d2aa00272..7f594cbb6b 100644 --- a/roles/hotness/templates/hotness.py +++ b/roles/hotness/templates/hotness.py @@ -56,8 +56,8 @@ config = { 'git_url': 'https://src.fedoraproject.org/cgit/rpms/{package}.git', {% endif %} - 'krb_principal': 'hotness/hotness01.{{env_suffix}}phx2.fedoraproject.org', - 'krb_keytab': '/etc/krb5.hotness_hotness01.{{env_suffix}}phx2.fedoraproject.org.keytab', + 'krb_principal': 'hotness/hotness01{{env_suffix}}.phx2.fedoraproject.org', + 'krb_keytab': '/etc/krb5.hotness_hotness01{{env_suffix}}.phx2.fedoraproject.org.keytab', 'krb_ccache': None, 'krb_sessionopts': {'timeout': 3600, 'krb_rdns': False},