bodhi: Fix the logic around an endif.
Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
This commit is contained in:
parent
e2850cfa22
commit
2bc531d124
1 changed files with 2 additions and 2 deletions
|
@ -31,10 +31,10 @@ items:
|
|||
# Put the fedmsg cert and key in place
|
||||
mkdir -p /etc/pki/fedmsg/ && \
|
||||
ln -sf /etc/pki/fedmsg/key/fedmsg-bodhi.key /etc/pki/fedmsg/bodhi.key && \
|
||||
ln -sf /etc/pki/fedmsg/crt/fedmsg-bodhi.crt /etc/pki/fedmsg/bodhi.crt && \
|
||||
ln -sf /etc/pki/fedmsg/crt/fedmsg-bodhi.crt /etc/pki/fedmsg/bodhi.crt
|
||||
{% endif %}
|
||||
# Set up krb5
|
||||
rm -f /etc/krb5.conf && \
|
||||
RUN rm -f /etc/krb5.conf && \
|
||||
ln -sf /etc/bodhi/krb5.conf /etc/krb5.conf && \
|
||||
ln -sf /etc/keytabs/koji-keytab /etc/krb5.bodhi_bodhi{{ env_suffix }}.fedoraproject.org.keytab
|
||||
EXPOSE 8080
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue