From b740bfd58f3d166ef5afb5e740f9f29e4b1b2cfe Mon Sep 17 00:00:00 2001 From: Emmanuel Cazenave Date: Thu, 7 Apr 2022 15:51:33 +0200 Subject: [PATCH] hobo-agent: AGENT_HOST_PATTERNS set to None (#63676) --- roles/hobo-agent/templates/hobo-agent-settings.j2 | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/roles/hobo-agent/templates/hobo-agent-settings.j2 b/roles/hobo-agent/templates/hobo-agent-settings.j2 index 2972145..d4cb0d6 100644 --- a/roles/hobo-agent/templates/hobo-agent-settings.j2 +++ b/roles/hobo-agent/templates/hobo-agent-settings.j2 @@ -2,11 +2,7 @@ BROKER_URL = 'amqp://' -AGENT_HOST_PATTERNS = { -{% for appkey, app in apps.items() %} - "{{appkey}}": ["{{app['host_pattern']}}"], -{% endfor %} -} +AGENT_HOST_PATTERNS = None {% for appkey, app in apps.items() %} {% if appkey == 'wcs' %}