fix: zsh state import with relative path

Relative path only works well if it is on the salt root.
This commit is contained in:
Ben Grande 2024-01-12 17:24:43 +01:00
parent a97e3c0c8a
commit 5e5ae2f704
3 changed files with 5 additions and 5 deletions

View File

@ -7,7 +7,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
{% if grains['nodename'] != 'dom0' -%}
include:
- .install
- utils.tools.zsh.install
## chsh is not in Fedora and usermod covers a wider range.
"{{ slsdotpath }}-change-user-shell-to-zsh":

View File

@ -5,6 +5,6 @@ SPDX-License-Identifier: AGPL-3.0-or-later
#}
include:
- .install
- .touch-zshrc
- .change-shell
- utils.tools.zsh.install
- utils.tools.zsh.touch-zshrc
- utils.tools.zsh.change-shell

View File

@ -7,7 +7,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
{% if grains['nodename'] != 'dom0' -%}
include:
- .touch-zshrc
- utils.tools.zsh.touch-zshrc
"{{ slsdotpath }}-updated":
pkg.uptodate: