From 49ab0751c0665436624b46a029f27510d4c21719 Mon Sep 17 00:00:00 2001 From: Joshua Brower Date: Mon, 27 Jan 2025 15:01:21 -0500 Subject: [PATCH] Remove uneeded import --- salt/elasticfleet/integration-defaults.map.jinja | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/salt/elasticfleet/integration-defaults.map.jinja b/salt/elasticfleet/integration-defaults.map.jinja index 30eda7081..a60eaae60 100644 --- a/salt/elasticfleet/integration-defaults.map.jinja +++ b/salt/elasticfleet/integration-defaults.map.jinja @@ -5,7 +5,6 @@ {% import_json '/opt/so/state/esfleet_package_components.json' as ADDON_PACKAGE_COMPONENTS %} {% import_yaml 'elasticfleet/defaults.yaml' as ELASTICFLEETDEFAULTS %} -{% import_yaml 'elasticfleet/integration-defaults.yaml' as INTEGRATIONDEFAULTS %} {% set CORE_ESFLEET_PACKAGES = ELASTICFLEETDEFAULTS.get('elasticfleet', {}).get('packages', {}) %} {% set ADDON_INTEGRATION_DEFAULTS = {} %} @@ -130,4 +129,4 @@ {% endfor %} {% endif %} {% endif %} -{% endfor %} \ No newline at end of file +{% endfor %}