Temp drop starting kojid so reinstalls don't take forever.
This commit is contained in:
parent
7bf9765cad
commit
02d49d41a1
1 changed files with 2 additions and 1 deletions
|
@ -119,7 +119,8 @@
|
|||
action: copy src=$private/files/koji/buildercerts/${inventory_hostname}.pem dest=/etc/kojid/kojibuilder.pem mode=600
|
||||
|
||||
- name: chkconfig kojid on and leave it running
|
||||
action: service name=kojid enabled=on state=started
|
||||
action: service name=kojid enabled=on
|
||||
# action: service name=kojid enabled=on state=started
|
||||
|
||||
- name: copy over authorized keys for root
|
||||
action: copy src=$files/kojibuilder/root_auth_keys dest=/root/.ssh/authorized_keys mode=644
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue