style: client state ID must conform to order

This commit is contained in:
Ben Grande 2023-12-31 07:50:03 +01:00
parent 575691ecdf
commit 624be831c5
No known key found for this signature in database
GPG key ID: 00C64E14F51F9E56
2 changed files with 4 additions and 4 deletions

View file

@ -7,11 +7,11 @@ SPDX-License-Identifier: AGPL-3.0-or-later
{% if grains['nodename'] != 'dom0' -%} {% if grains['nodename'] != 'dom0' -%}
"{{ slsdotpath }}-updated-client": "{{ slsdotpath }}-client-updated":
pkg.uptodate: pkg.uptodate:
- refresh: True - refresh: True
"{{ slsdotpath }}-installed-client": "{{ slsdotpath }}-client-installed":
pkg.installed: pkg.installed:
- refresh: True - refresh: True
- install_recommends: False - install_recommends: False

View file

@ -10,7 +10,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
include: include:
- sys-ssh-agent.install-client - sys-ssh-agent.install-client
"{{ slsdotpath }}-updated-client": "{{ slsdotpath }}-client-updated":
pkg.uptodate: pkg.uptodate:
- refresh: True - refresh: True
@ -23,7 +23,7 @@ include:
}, },
}.get(grains.os_family) -%} }.get(grains.os_family) -%}
"{{ slsdotpath }}-installed-client-os-specific": "{{ slsdotpath }}-client-installed-os-specific":
pkg.installed: pkg.installed:
- refresh: True - refresh: True
- install_recommends: False - install_recommends: False