mirror of
https://github.com/ben-grande/qusal.git
synced 2025-07-24 07:00:49 -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,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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue