From b47d1395550f71b792a70c07ae85cdce05f44519 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Mon, 12 Dec 2016 03:48:57 +0000 Subject: [PATCH] fix Signed-off-by: Patrick Uiterwijk --- roles/bodhi2/backend/templates/owner-sync-pkgdb.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/bodhi2/backend/templates/owner-sync-pkgdb.j2 b/roles/bodhi2/backend/templates/owner-sync-pkgdb.j2 index 2e52c5cfc7..d880c0ca15 100755 --- a/roles/bodhi2/backend/templates/owner-sync-pkgdb.j2 +++ b/roles/bodhi2/backend/templates/owner-sync-pkgdb.j2 @@ -53,7 +53,7 @@ def get_options(): 'server': 'https://koji.fedoraproject.org/kojihub', 'weburl': 'https://koji.fedoraproject.org/koji', {% endif %} - 'principal': 'pkgdb/{{inventor_hostname}}@{{ipa_realm}}', + 'principal': 'pkgdb/{{inventory_hostname}}@{{ipa_realm}}', 'keytab': '/etc/krb5.pkgdb_{{inventory_hostname}}.keytab', } for configFile in ('/etc/koji.conf', os.path.expanduser('~/.koji/config')):