Deploy updated auth.py for koji
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
9eca0c928d
commit
561b3afebb
1 changed files with 9 additions and 0 deletions
|
@ -20,6 +20,15 @@
|
|||
- packages
|
||||
- koji_hub
|
||||
|
||||
- name: hotfix koji auth.py for looking up by krb principal
|
||||
copy: src=auth.py
|
||||
dest=/usr/lib/python2.7/site-packages/koji/auth.py
|
||||
owner=root
|
||||
group=root
|
||||
mode=0644
|
||||
tags:
|
||||
- koji_hub
|
||||
|
||||
- name: make koji pki directory
|
||||
file: state=directory path=/etc/pki/koji/ owner=root group=root
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue