Apache: Use conditional instead of nested stack for TLS-specific bits
[apex-tripleo-heat-templates.git] / puppet / services / cinder-api.yaml
index e73cf87..958b0e7 100644 (file)
@@ -169,7 +169,7 @@ outputs:
         - name: Stop cinder_api service (running under httpd)
           tags: step1
           service: name=httpd state=stopped
-          when: "cinder_apache.rc == 0"
+          when: cinder_apache.rc == 0
         - name: Stop and disable cinder_api service (pre-upgrade not under httpd)
           tags: step1
           when: cinder_api_enabled.rc == 0