The suffix seemingly has the period at the start

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2017-01-31 19:40:43 +00:00
parent 63408a5a91
commit e53f59fc7d

View file

@ -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},