Temp drop starting kojid so reinstalls don't take forever.

This commit is contained in:
Kevin Fenzi 2013-07-19 16:00:35 +00:00
parent 7bf9765cad
commit 02d49d41a1

View file

@ -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