aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/haproxy.pp
diff options
context:
space:
mode:
authorThomas Herve <therve@redhat.com>2017-07-24 13:14:22 +0200
committerAlex Schultz <aschultz@redhat.com>2017-07-27 18:59:52 +0000
commit01ae50352519d80810739c0f9319f74aab2e786d (patch)
tree778646aae747721d0976d49c7c7e248749995fa0 /manifests/haproxy.pp
parent237e613a175fd975bf6679646eaf092ff6725015 (diff)
Handle SSL options for Zaqar
This allows running Zaqar with SSL under Apache. Change-Id: I4c68a662c2433398249f770ac50ba0791449fe71
Diffstat (limited to 'manifests/haproxy.pp')
-rw-r--r--manifests/haproxy.pp1
1 files changed, 1 insertions, 0 deletions
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),
}
}