mirror of
https://github.com/ben-grande/qusal.git
synced 2025-02-23 08:19:47 -05: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' -%}
|
{% if grains['nodename'] != 'dom0' -%}
|
||||||
|
|
||||||
include:
|
include:
|
||||||
- .install
|
- utils.tools.zsh.install
|
||||||
|
|
||||||
## chsh is not in Fedora and usermod covers a wider range.
|
## chsh is not in Fedora and usermod covers a wider range.
|
||||||
"{{ slsdotpath }}-change-user-shell-to-zsh":
|
"{{ slsdotpath }}-change-user-shell-to-zsh":
|
||||||
|
@ -5,6 +5,6 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
|||||||
#}
|
#}
|
||||||
|
|
||||||
include:
|
include:
|
||||||
- .install
|
- utils.tools.zsh.install
|
||||||
- .touch-zshrc
|
- utils.tools.zsh.touch-zshrc
|
||||||
- .change-shell
|
- utils.tools.zsh.change-shell
|
||||||
|
@ -7,7 +7,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
|||||||
{% if grains['nodename'] != 'dom0' -%}
|
{% if grains['nodename'] != 'dom0' -%}
|
||||||
|
|
||||||
include:
|
include:
|
||||||
- .touch-zshrc
|
- utils.tools.zsh.touch-zshrc
|
||||||
|
|
||||||
"{{ slsdotpath }}-updated":
|
"{{ slsdotpath }}-updated":
|
||||||
pkg.uptodate:
|
pkg.uptodate:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user