mirror of
https://github.com/ben-grande/qusal.git
synced 2025-10-10 04:18:27 -04:00
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:
parent
3fd0f3a3fd
commit
7246018b9e
97 changed files with 114 additions and 114 deletions
|
@ -9,7 +9,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
|||
{%- import slsdotpath ~ "/template.jinja" as template -%}
|
||||
|
||||
include:
|
||||
- .clone
|
||||
- {{ slsdotpath }}.clone
|
||||
|
||||
"dvm-{{ template.template }}-absent":
|
||||
qvm.absent:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue