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')):