Remove uneeded import

This commit is contained in:
Joshua Brower
2025-01-27 15:01:21 -05:00
parent e994f3a220
commit 49ab0751c0

View File

@@ -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 %}
{% endfor %}