mirror of
https://github.com/ben-grande/qusal.git
synced 2024-10-01 02:35:49 -04:00
fix: zsh state import with relative path
Relative path only works well if it is on the salt root.
This commit is contained in:
parent
a97e3c0c8a
commit
5e5ae2f704
@ -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":
|
||||
|
@ -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
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user