From 6c51ca7314719773890ea2aa7fa1df4b085eea42 Mon Sep 17 00:00:00 2001 From: Seth Vidal Date: Mon, 6 May 2013 17:07:43 +0000 Subject: [PATCH] make sure kojid is running - not just chkconfig'd --- tasks/koji/base_builder.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/koji/base_builder.yml b/tasks/koji/base_builder.yml index 15b803c430..1b3b29d791 100644 --- a/tasks/koji/base_builder.yml +++ b/tasks/koji/base_builder.yml @@ -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