[toddlers] Comment out the offending config line
This line is causing the playbook to file as the `service` and `host` variables are not set anywhere. I already set the `service` variable to value `toddlers`, but I'm not sure what is expected in `host`, let's comment it out for now. Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
parent
7c838342cd
commit
cf24f3595b
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