From e2c24ec78ef8caf4d223a4d99d2c1ffeb36cb915 Mon Sep 17 00:00:00 2001 From: Ben Grande Date: Sun, 31 Dec 2023 07:50:03 +0100 Subject: [PATCH] style: client state ID must conform to order --- salt/sys-rsync/install-client.sls | 4 ++-- salt/sys-ssh/install-client.sls | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/salt/sys-rsync/install-client.sls b/salt/sys-rsync/install-client.sls index 0a464e3..7d7ddda 100644 --- a/salt/sys-rsync/install-client.sls +++ b/salt/sys-rsync/install-client.sls @@ -7,11 +7,11 @@ SPDX-License-Identifier: AGPL-3.0-or-later {% if grains['nodename'] != 'dom0' -%} -"{{ slsdotpath }}-updated-client": +"{{ slsdotpath }}-client-updated": pkg.uptodate: - refresh: True -"{{ slsdotpath }}-installed-client": +"{{ slsdotpath }}-client-installed": pkg.installed: - refresh: True - install_recommends: False diff --git a/salt/sys-ssh/install-client.sls b/salt/sys-ssh/install-client.sls index 72d73cf..1f7213f 100644 --- a/salt/sys-ssh/install-client.sls +++ b/salt/sys-ssh/install-client.sls @@ -10,7 +10,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later include: - sys-ssh-agent.install-client -"{{ slsdotpath }}-updated-client": +"{{ slsdotpath }}-client-updated": pkg.uptodate: - refresh: True @@ -23,7 +23,7 @@ include: }, }.get(grains.os_family) -%} -"{{ slsdotpath }}-installed-client-os-specific": +"{{ slsdotpath }}-client-installed-os-specific": pkg.installed: - refresh: True - install_recommends: False