HAProxy: Set listen options for internal services too

This was missed from a previous commit, as described in the bug report.
We need to set this variable in this case as well, else it will use the
undefined variable, thus ignoring anything that the user had set.

Change-Id: I6810e7bb3eed16a6478974ac759c3f720a41120a
Closes-Bug: #1709332
This commit is contained in:
Juan Antonio Osorio Robles 2017-08-08 17:40:29 +03:00
parent 233920ce67
commit c7b87f0d1b
1 changed files with 1 additions and 0 deletions

View File

@ -133,6 +133,7 @@ define tripleo::haproxy::endpoint (
} else {
# internal service only
$public_bind_opts = {}
$listen_options_real = $listen_options
}
if $use_internal_certificates {