[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:
Michal Konecny 2024-07-23 16:28:38 +02:00
parent 8f4b7d055a
commit 25eb4bdba6

View file

@ -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]