[toddlers] Path needs to be string
The keytab value needs to be string otherwise the toml parser is failing with Invalid value error. Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
parent
8f4b7d055a
commit
25eb4bdba6
1 changed files with 1 additions and 1 deletions
|
@ -211,7 +211,7 @@ profile = "stg"
|
|||
{% else %}
|
||||
profile = "koji"
|
||||
{% endif %}
|
||||
keytab = /etc/keytabs/service.keytab
|
||||
keytab = "/etc/keytabs/service.keytab"
|
||||
|
||||
# Configuration section for scm_request_processor
|
||||
[consumer_config.scm_request_processor]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue