mirror of
https://github.com/ben-grande/qusal.git
synced 2025-12-09 21:55:42 -05: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
|
|
@ -7,7 +7,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
|||
{%- from "qvm/template.jinja" import load -%}
|
||||
|
||||
include:
|
||||
- .clone
|
||||
- {{ slsdotpath }}.clone
|
||||
|
||||
{% load_yaml as defaults -%}
|
||||
name: tpl-{{ slsdotpath }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue