Set up krb5.conf for ipsilon
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
parent
df0cd4014a
commit
9b4b708fc3
1 changed files with 3 additions and 0 deletions
|
@ -35,6 +35,9 @@ spec:
|
|||
{% endfor %}
|
||||
curl https://infrastructure.fedoraproject.org/cgit/ansible.git/plain/roles/ipsilon/files/infofas.py -o /usr/lib/python2.7/site-packages/ipsilon/info/infofas.py
|
||||
|
||||
# Set up krb5
|
||||
RUN rm -f /etc/krb5.conf && ln -sf /etc/bodhi/krb5.conf /etc/krb5.conf
|
||||
|
||||
RUN ln -s /etc/ipsilon/ipsilon.conf /var/lib/ipsilon/ipsilon.conf
|
||||
|
||||
EXPOSE 8080
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue