From 2aa2f6feaafbff7389ffdba16b34515e9ae1c1b7 Mon Sep 17 00:00:00 2001 From: Jan Smejkal Date: Tue, 13 Aug 2024 19:12:45 +0200 Subject: [PATCH] fix(cyndi compliance): Change host_type to not_edge to have the hosts not filter out anymore. --- .../inventory_ingress_puptoo_template_compliance.json.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opl/generators/inventory_ingress_puptoo_template_compliance.json.j2 b/opl/generators/inventory_ingress_puptoo_template_compliance.json.j2 index 08c8059..ae235ec 100644 --- a/opl/generators/inventory_ingress_puptoo_template_compliance.json.j2 +++ b/opl/generators/inventory_ingress_puptoo_template_compliance.json.j2 @@ -78,7 +78,7 @@ "satellite_managed": "false", "is_marketplace": {{ is_marketplace }}, "rhc_client_id": "{{ rhc_client_id }}", - "host_type": "edge", + "host_type": "not_edge", "greenboot_status": "green", "greenboot_fallback_detected": "true", "rhc_config_state": "{{ rhc_config_state }}",