Apache: Use conditional instead of nested stack for TLS-specific bits
[apex-tripleo-heat-templates.git] / puppet / services / heat-api.yaml
index 2bc92cd..e21369e 100644 (file)
@@ -130,7 +130,7 @@ outputs:
         - name: Stop heat_api service (running under httpd)
           tags: step1
           service: name=httpd state=stopped
-          when: "heat_api_apache.rc == 0"
+          when: heat_api_apache.rc == 0
         - name: Stop and disable heat_api service (pre-upgrade not under httpd)
           tags: step1
           when: heat_api_enabled.rc == 0