From 623dd49e9a335ff6c20f71ffac0f4793b089ef89 Mon Sep 17 00:00:00 2001
From: Thomas Herve <therve@redhat.com>
Date: Thu, 18 Oct 2018 22:11:58 +0200
Subject: [PATCH] Fix haproxy tls mapping under pacemaker

We pass a string instead of a list to concat.

Change-Id: Ic7200049f7c84dec6f824d60c83fbab64e117bb5
---
 docker/services/pacemaker/haproxy.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker/services/pacemaker/haproxy.yaml b/docker/services/pacemaker/haproxy.yaml
index 745bd5187c..33ddb1a72e 100644
--- a/docker/services/pacemaker/haproxy.yaml
+++ b/docker/services/pacemaker/haproxy.yaml
@@ -144,7 +144,7 @@ outputs:
                 - null
               - if:
                 - internal_tls_enabled
-                - get_param: InternalTLSCAFile
+                - - get_param: InternalTLSCAFile
                 - null
             tripleo::profile::pacemaker::haproxy_bundle::internal_certs_directory: {get_param: HAProxyInternalTLSCertsDirectory}
             tripleo::profile::pacemaker::haproxy_bundle::internal_keys_directory: {get_param: HAProxyInternalTLSKeysDirectory}