Start redis service after upgrade
authorPradeep Kilambi <pkilambi@redhat.com>
Wed, 2 Aug 2017 19:52:29 +0000 (15:52 -0400)
committerPradeep Kilambi <pkilambi@redhat.com>
Wed, 2 Aug 2017 19:53:18 +0000 (15:53 -0400)
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

puppet/services/database/redis.yaml

index bd96823..bdcc4fc 100644 (file)
@@ -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