From 7e908361d40d75d0fbac5689ec9a35d8aac9701f Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Tue, 28 Nov 2017 00:36:39 +0000 Subject: [PATCH] Also set cert secret correct for scratch Signed-off-by: Patrick Uiterwijk --- roles/osbs-client/templates/osbs.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/osbs-client/templates/osbs.conf.j2 b/roles/osbs-client/templates/osbs.conf.j2 index 19a33f7a33..c950be617c 100644 --- a/roles/osbs-client/templates/osbs.conf.j2 +++ b/roles/osbs-client/templates/osbs.conf.j2 @@ -65,7 +65,7 @@ username = {{ default.username }} {% if default.password is defined %} password = {{ default.password }} {% endif %} -{% if default.koji_certs_secret is defined %} +{% if default.koji_certs_secret != "" %} koji_certs_secret = {{ default.koji_certs_secret }} {% endif %} {% if default.koji_use_kerberos is defined %}