mirror of
https://github.com/ben-grande/qusal.git
synced 2025-08-07 21:52:29 -04:00
feat: qubes-vm-update global settings
This commit is contained in:
parent
f6cb322f5a
commit
a434aead8f
1 changed files with 14 additions and 0 deletions
|
@ -4,8 +4,22 @@ SPDX-FileCopyrightText: 2023 Benjamin Grande M. S. <ben.grande.b@gmail.com>
|
|||
SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
#}
|
||||
|
||||
{%- from "qvm/template.jinja" import load -%}
|
||||
|
||||
{% if grains['nodename'] == 'dom0' -%}
|
||||
|
||||
{% load_yaml as defaults -%}
|
||||
name: {{ slsdotpath }}
|
||||
force: True
|
||||
features:
|
||||
- set:
|
||||
- qubes-vm-update-if-stale: 4
|
||||
- qubes-vm-update-max-concurrency: 4
|
||||
- qubes-vm-update-restart-system: 1
|
||||
- qubes-vm-update-restart-other: 0
|
||||
{%- endload %}
|
||||
{{ load(defaults) }}
|
||||
|
||||
"{{ slsdotpath }}-updated":
|
||||
pkg.uptodate:
|
||||
- refresh: True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue