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:
- .copy-dom0
- .copy-git
- .copy-gtk
- .copy-mutt
- .copy-net
- .copy-pgp
- .copy-sh
- .copy-ssh
- .copy-tmux
- .copy-vim
- .copy-x11
- {{ slsdotpath }}.copy-dom0
- {{ slsdotpath }}.copy-git
- {{ slsdotpath }}.copy-gtk
- {{ slsdotpath }}.copy-mutt
- {{ slsdotpath }}.copy-net
- {{ slsdotpath }}.copy-pgp
- {{ slsdotpath }}.copy-sh
- {{ slsdotpath }}.copy-ssh
- {{ slsdotpath }}.copy-tmux
- {{ slsdotpath }}.copy-vim
- {{ slsdotpath }}.copy-x11
{%- else -%}