From 01ae50352519d80810739c0f9319f74aab2e786d Mon Sep 17 00:00:00 2001 From: Thomas Herve Date: Mon, 24 Jul 2017 13:14:22 +0200 Subject: Handle SSL options for Zaqar This allows running Zaqar with SSL under Apache. Change-Id: I4c68a662c2433398249f770ac50ba0791449fe71 --- manifests/haproxy.pp | 1 + 1 file changed, 1 insertion(+) (limited to 'manifests/haproxy.pp') diff --git a/manifests/haproxy.pp b/manifests/haproxy.pp index 924699b..5a59c10 100644 --- a/manifests/haproxy.pp +++ b/manifests/haproxy.pp @@ -1483,6 +1483,7 @@ class tripleo::haproxy ( mode => 'http', public_ssl_port => $ports[zaqar_api_ssl_port], service_network => $zaqar_api_network, + member_options => union($haproxy_member_options, $internal_tls_member_options), } } -- cgit 1.2.3-korg