From 4390f5009e0ffd0df359c8c043eace2b9c4caabd Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 5 Jun 2015 20:11:23 +0000 Subject: [PATCH] Install apache before fedmsg so the apache group exists. --- playbooks/groups/koji-hub.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/groups/koji-hub.yml b/playbooks/groups/koji-hub.yml index 09d1c9b9d6..c2fd5e6b56 100644 --- a/playbooks/groups/koji-hub.yml +++ b/playbooks/groups/koji-hub.yml @@ -38,8 +38,8 @@ - fas_client - builder_repo - collectd/base - - fedmsg/base - apache + - fedmsg/base - koji_hub - { role: koji_builder, when: env == "staging" } - { role: nfs/server, when: env == "staging" }