osbuild-composer/config: rework the structure

Prior this change, the structure was following:

[koji.localhost.kerberos]

This change modifies it to:

[koji.servers.localhost.kerberos]

This allows us to put more config options under the koji section. See
following commits, they use this new possibility.
This commit is contained in:
Ondřej Budai 2020-09-21 12:16:46 +02:00 committed by Tom Gundersen
parent 9a26d077db
commit c9abb66637
2 changed files with 12 additions and 7 deletions

View file

@ -1,4 +1,4 @@
[koji.localhost.kerberos]
[koji.servers.localhost.kerberos]
principal = "osbuild-krb@LOCAL"
keytab = "/etc/osbuild-composer/client.keytab"