From 3361e973730a52172679b5571c1571ed3ba99920 Mon Sep 17 00:00:00 2001 From: Seth Vidal Date: Wed, 10 Oct 2012 20:53:26 +0000 Subject: [PATCH] sigh --- tasks/openshift-el6.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tasks/openshift-el6.yml b/tasks/openshift-el6.yml index 2bf9c93971..d2c002514f 100644 --- a/tasks/openshift-el6.yml +++ b/tasks/openshift-el6.yml @@ -23,6 +23,7 @@ - rubygem-uplift-bind-plugin - rhc - stickshift-broker + - stickshift-port-proxy - name: set selinux bools appropriately action: seboolean state=true persistent=yes name=$item @@ -87,7 +88,7 @@ - --port=5672:tcp - name: enable services until I turn peach - action: service state=running enabled=yes name=$item + action: service state=restarted enabled=yes name=$item with_items: - httpd - stickshift-proxy