mirror of
https://github.com/ben-grande/qusal.git
synced 2024-10-01 02:35:49 -04:00
620fa10a69
Template was not set to shutdown after patch to avoid double the amount of startups at shutdown required due to the salt patch that a package needs to be installed during the "create" state. Proven to cause problems in case a qube based on the same template requires a package that is installed during the "install" state. Other fedora-minimal templates "mgmt" and "sys-pgp" are unaffected. Fixes: https://github.com/ben-grande/qusal/issues/70
21 lines
525 B
Plaintext
21 lines
525 B
Plaintext
{#
|
|
SPDX-FileCopyrightText: 2024 Benjamin Grande M. S. <ben.grande.b@gmail.com>
|
|
|
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
|
#}
|
|
|
|
## TODO: Remove when template with patch reaches upstream or updates enforce
|
|
## salt-deps to be installed.
|
|
## https://github.com/QubesOS/qubes-issues/issues/8806
|
|
|
|
include:
|
|
- .create
|
|
|
|
"{{ slsdotpath }}-set-management_dispvm-to-default":
|
|
qvm.vm:
|
|
- require:
|
|
- cmd: "{{ slsdotpath }}-install-salt-deps"
|
|
- name: tpl-{{ slsdotpath }}
|
|
- prefs:
|
|
- management_dispvm: "*default*"
|