diff --git a/manifests/haproxy.pp b/manifests/haproxy.pp index 32e960907..61bbf064d 100644 --- a/manifests/haproxy.pp +++ b/manifests/haproxy.pp @@ -1284,6 +1284,7 @@ class tripleo::haproxy ( mode => 'http', public_ssl_port => $ports[ironic_api_ssl_port], service_network => $ironic_network, + member_options => union($haproxy_member_options, $internal_tls_member_options), } }