mirror of
https://github.com/gaschz/dotfiles.git
synced 2025-11-03 21:18:57 +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:
|
||||
- .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 -%}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user