Content differences:
--- /etc/confd/templates/_etc_haproxy_conf.d_tls.cfg.tmpl.orig
+++ /etc/confd/templates/_etc_haproxy_conf.d_tls.cfg.tmpl
@@ -270,8 +270,8 @@
http-request set-var(req.ua_class) str("other") if !is_trusted_request !is_identified_bot_request
# If UA contains a valid email or URL or User: info, extract it and save to a custom header
# Set the ua_class accordingly
- http-request lua.set_contact_info if !is_trusted_request !is_identified_bot_request
- acl has_contact_info var(req.contact_info) -m found
+ http-request lua.set_contact_info if !is_trusted_request !is_identified_bot_request
+ acl has_contact_info var(req.contact_info) -m found
# Cleanup X-UA-Contact header
http-request del-header X-UA-Contact unless has_contact_info
http-request set-header X-UA-Contact %[var(req.contact_info)] if has_contact_info