fix: reference local sls imports by slsdotpath

Behavior of dot includes changed between salt 3006 and 3007. Work
consistently across Salt versions.

For: https://github.com/ben-grande/qusal/pull/119
This commit is contained in:
3np 2025-03-19 07:25:02 +00:00 committed by Ben Grande
parent efe660b3b1
commit d6a423d41a
No known key found for this signature in database
GPG Key ID: 00C64E14F51F9E56

View File

@ -20,17 +20,17 @@ SPDX-License-Identifier: AGPL-3.0-or-later
-%} -%}
include: include:
- .copy-dom0 - {{ slsdotpath }}.copy-dom0
- .copy-git - {{ slsdotpath }}.copy-git
- .copy-gtk - {{ slsdotpath }}.copy-gtk
- .copy-mutt - {{ slsdotpath }}.copy-mutt
- .copy-net - {{ slsdotpath }}.copy-net
- .copy-pgp - {{ slsdotpath }}.copy-pgp
- .copy-sh - {{ slsdotpath }}.copy-sh
- .copy-ssh - {{ slsdotpath }}.copy-ssh
- .copy-tmux - {{ slsdotpath }}.copy-tmux
- .copy-vim - {{ slsdotpath }}.copy-vim
- .copy-x11 - {{ slsdotpath }}.copy-x11
{%- else -%} {%- else -%}