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:
parent
9a26d077db
commit
c9abb66637
2 changed files with 12 additions and 7 deletions
|
|
@ -1,4 +1,4 @@
|
|||
[koji.localhost.kerberos]
|
||||
[koji.servers.localhost.kerberos]
|
||||
principal = "osbuild-krb@LOCAL"
|
||||
keytab = "/etc/osbuild-composer/client.keytab"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue