koji_hub: completely drop the auth hotfix, it's in upstream deployed koji hub now.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2019-11-20 22:24:37 +00:00 committed by Pierre-Yves Chibon
parent d477beba63
commit f12a2d20d3

View file

@ -21,25 +21,6 @@
- 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
# notify: reload httpd
#
#- name: Remove python compiled files for auth.py
# file: path=/usr/lib/python2.7/site-packages/koji/auth.{{item}} state=absent
# with_items:
# - pyc
# - pyo
# tags:
# - koji_hub
# notify: reload httpd
- name: make koji pki directory
file: state=directory path=/etc/pki/koji/ owner=root group=root