From 7455b3fdb19313c80d7a320a88ba7690de2ad925 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 3 Jun 2022 14:21:57 -0700 Subject: [PATCH] proxies / reverseproxy: fix missing ) Signed-off-by: Kevin Fenzi --- roles/httpd/reverseproxy/templates/reversepassproxy.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/httpd/reverseproxy/templates/reversepassproxy.conf b/roles/httpd/reverseproxy/templates/reversepassproxy.conf index 37ab9d33bd..7dd680e817 100644 --- a/roles/httpd/reverseproxy/templates/reversepassproxy.conf +++ b/roles/httpd/reverseproxy/templates/reversepassproxy.conf @@ -19,7 +19,7 @@ ProxyPreserveHost On {% if balancer_name is defined %} # This is using openshift or another thing we want to balance in httpd -{% if targettype == 'openshift' or if ( 'iad2' in inventory_hostname and ocp4|bool %} +{% if targettype == 'openshift' or if ( 'iad2' in inventory_hostname and ocp4|bool ) %} # This is a openshift3 app on a proxy anywhere, or a openshift4 one only in iad2 SSLProxyEngine On