aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPradeep Kilambi <pkilambi@redhat.com>2017-08-02 15:52:29 -0400
committerPradeep Kilambi <pkilambi@redhat.com>2017-08-02 15:53:18 -0400
commitba2441932c28e6a3623ed14b197ccb9d70fd2c31 (patch)
treed31ab9913bc6b30140e4227a4c297139a42e13d0
parent0adf7553f489be0946e7f1c4f20fb4e97cee78c0 (diff)
Start redis service after upgrade
We install redis if its not already there, but we should also ensure redis service is started in the next step 4. related to issues we're seeing in I284de61bbefac9e9b37390650016643ffe38b5cc Change-Id: Ic01db53ea8669f14e87f6987045b2be5a3480024
-rw-r--r--puppet/services/database/redis.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/puppet/services/database/redis.yaml b/puppet/services/database/redis.yaml
index bd96823b..bdcc4fcd 100644
--- a/puppet/services/database/redis.yaml
+++ b/puppet/services/database/redis.yaml
@@ -77,3 +77,6 @@ outputs:
tags: step3
yum: name=redis state=latest
when: redis_enabled.rc != 0
+ - name: Start redis service
+ tags: step4
+ service: name=redis state=started