Select keytab based on koji instance
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
e4b48dcb64
commit
36e8d87821
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@
|
|||
#
|
||||
|
||||
- name: install koji-hub keytab
|
||||
copy: src={{ private }}/files/keytabs/{{ env }}/koji-hub dest=/etc/koji-hub/koji-hub.keytab
|
||||
copy: src={{ private }}/files/keytabs/{{ env }}/koji-hub-{{ fedmsg_koji_instance }} dest=/etc/koji-hub/koji-hub.keytab
|
||||
owner=apache group=apache mode=0600
|
||||
notify:
|
||||
- reload httpd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue