diff --git a/salt/utils/tools/zsh/change-shell.sls b/salt/utils/tools/zsh/change-shell.sls index d771966..20b586c 100644 --- a/salt/utils/tools/zsh/change-shell.sls +++ b/salt/utils/tools/zsh/change-shell.sls @@ -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": diff --git a/salt/utils/tools/zsh/init.sls b/salt/utils/tools/zsh/init.sls index 2b9e6ff..d622789 100644 --- a/salt/utils/tools/zsh/init.sls +++ b/salt/utils/tools/zsh/init.sls @@ -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 diff --git a/salt/utils/tools/zsh/install.sls b/salt/utils/tools/zsh/install.sls index bd20542..5849837 100644 --- a/salt/utils/tools/zsh/install.sls +++ b/salt/utils/tools/zsh/install.sls @@ -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: