mirror of
https://github.com/gaschz/dotfiles.git
synced 2025-11-04 13:38:58 +01:00
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:
parent
efe660b3b1
commit
d6a423d41a
22
copy-all.sls
22
copy-all.sls
@ -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 -%}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user