mirror of
https://github.com/ben-grande/qusal.git
synced 2025-07-21 05:38:44 -04:00
style: client state ID must conform to order
This commit is contained in:
parent
ec9142bf27
commit
e2c24ec78e
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue