Fix haproxy tls mapping under pacemaker

We pass a string instead of a list to concat.

Change-Id: Ic7200049f7c84dec6f824d60c83fbab64e117bb5
This commit is contained in:
Thomas Herve 2018-10-18 22:11:58 +02:00
parent a6cf9b8b14
commit 623dd49e9a

@ -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}