Use explicit ccache file

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2016-11-27 08:46:48 +00:00
parent 3c052c4363
commit 2ae15056fd
2 changed files with 8 additions and 0 deletions

View file

@ -118,6 +118,13 @@
- config - config
- bodhi - 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 #- name: setup /var/log/bodhi directory
# file: path=/var/log/bodhi owner=bodhi group=bodhi mode=0755 state=directory # file: path=/var/log/bodhi owner=bodhi group=bodhi mode=0755 state=directory
# when: inventory_hostname.startswith('bodhi0') # when: inventory_hostname.startswith('bodhi0')

View file

@ -257,6 +257,7 @@ fedmenu.url = https://apps.fedoraproject.org/fedmenu
fedmenu.data_url = https://apps.fedoraproject.org/js/data.js fedmenu.data_url = https://apps.fedoraproject.org/js/data.js
# Koji Krb stuff # Koji Krb stuff
krb_ccache = /var/run/bodhi.ccache/ccache
krb_principal = bodhi/bodhi.fedoraproject.org@FEDORAPROJECT.ORG krb_principal = bodhi/bodhi.fedoraproject.org@FEDORAPROJECT.ORG
krb_keytab = /etc/krb5.bodhi_bodhi.fedoraproject.org.keytab krb_keytab = /etc/krb5.bodhi_bodhi.fedoraproject.org.keytab