make sure kojid is running - not just chkconfig'd

This commit is contained in:
Seth Vidal 2013-05-06 17:07:43 +00:00
parent 486ae2dd55
commit 6c51ca7314

View file

@ -118,8 +118,8 @@
- name: copy over builder cert to /etc/kojid/kojibuilder.pem
action: copy src=$private/files/koji/buildercerts/${ansible_fqdn}.pem dest=/etc/kojid/kojibuilder.pem mode=600
- name: chkconfig kojid on
action: service name=kojid enabled=on
- name: chkconfig kojid on and leave it running
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