make sure the masher cert and koji cacerts are available on compose boxes
make sure koji.conf uses the certs
This commit is contained in:
parent
c07c7e30c7
commit
d9fa9cd113
2 changed files with 8 additions and 3 deletions
|
@ -36,6 +36,11 @@
|
|||
- name: add masher ssh priv key
|
||||
action: copy src=$private/files/mash/masher.id_rsa dest=/home/masher/.ssh/id_rsa mode=600 owner=masher group=masher
|
||||
|
||||
- name: add masher koji cert/key
|
||||
action: copy src=$private/files/mash/masher.pem dest=/home/masher/.fedora.cert mode=600 owner=masher group=masher
|
||||
- name: add masher koji ca cert
|
||||
action: copy src=$private/files/koji/buildercerts/fedora-ca.cert dest=/home/masher/.fedora-server-ca.cert
|
||||
|
||||
# rawhide group
|
||||
- name: rawhide group
|
||||
action: group name=rawhide gid=265
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue