fix: reference local sls imports by slsdotpath

Behavior of dot includes changed between salt 3006 and 3007. Work
consistently across Salt versions.
This commit is contained in:
3np 2025-03-19 07:10:56 +00:00 committed by Ben Grande
parent 3fd0f3a3fd
commit 7246018b9e
No known key found for this signature in database
GPG key ID: 00C64E14F51F9E56
97 changed files with 114 additions and 114 deletions

View file

@ -9,8 +9,8 @@ SPDX-License-Identifier: AGPL-3.0-or-later
{% set net_pcidevs = salt['grains.get']('pci_net_devs', []) -%}
include:
- .clone
- .show-updatevm-origin
- {{ slsdotpath }}.clone
- {{ slsdotpath }}.show-updatevm-origin
{% load_yaml as defaults -%}
name: tpl-{{ slsdotpath }}