Let be consistent in the template
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
parent
381e29dbbe
commit
597cce99e5
1 changed files with 3 additions and 3 deletions
|
@ -26,13 +26,13 @@ koji_hub = {{ osbs_koji_hub }}
|
|||
{% if osbs_koji_root %}
|
||||
koji_root = {{ osbs_koji_root }}
|
||||
{% endif %}
|
||||
{% koji_use_kerberos is defined %}
|
||||
{% koji_use_kerberos %}
|
||||
koji_use_kerberos = {{ koji_use_kerberos }}
|
||||
{% endif %}
|
||||
{% if koji_kerberos_keytab is defined %}
|
||||
{% if koji_kerberos_keytab %}
|
||||
koji_kerberos_keytab = {{ koji_kerberos_keytab }}
|
||||
{% endif %}
|
||||
{% if koji_kerberos_principal is defined %}
|
||||
{% if koji_kerberos_principal %}
|
||||
koji_kerberos_principal = {{ koji_kerberos_principal }}
|
||||
{% endif %}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue