[toddlers] Principal config value needs to be a string
Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
parent
5d6416548b
commit
1b0fc1c5cb
1 changed files with 1 additions and 1 deletions
|
@ -211,7 +211,7 @@ profile = "stg"
|
|||
{% else %}
|
||||
profile = "koji"
|
||||
{% endif %}
|
||||
principal = {{service}}/{{host}}
|
||||
principal = "{{service}}/{{host}}"
|
||||
keytab = "/etc/keytabs/service.keytab"
|
||||
|
||||
# Configuration section for scm_request_processor
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue