Use explicit ccache file
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
3c052c4363
commit
2ae15056fd
2 changed files with 8 additions and 0 deletions
|
@ -118,6 +118,13 @@
|
|||
- config
|
||||
- bodhi
|
||||
|
||||
- name: Create ccache directory
|
||||
file: dest=/var/run/bodhi.ccache mode=0700 state=directory
|
||||
owner=apache group=apache
|
||||
tags:
|
||||
- config
|
||||
- bodhi
|
||||
|
||||
#- name: setup /var/log/bodhi directory
|
||||
# file: path=/var/log/bodhi owner=bodhi group=bodhi mode=0755 state=directory
|
||||
# when: inventory_hostname.startswith('bodhi0')
|
||||
|
|
|
@ -257,6 +257,7 @@ fedmenu.url = https://apps.fedoraproject.org/fedmenu
|
|||
fedmenu.data_url = https://apps.fedoraproject.org/js/data.js
|
||||
|
||||
# Koji Krb stuff
|
||||
krb_ccache = /var/run/bodhi.ccache/ccache
|
||||
krb_principal = bodhi/bodhi.fedoraproject.org@FEDORAPROJECT.ORG
|
||||
krb_keytab = /etc/krb5.bodhi_bodhi.fedoraproject.org.keytab
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue