mirror of
https://github.com/ben-grande/qusal.git
synced 2024-10-01 02:35:49 -04:00
28 lines
719 B
Plaintext
28 lines
719 B
Plaintext
{#
|
|
SPDX-FileCopyrightText: 2024 Benjamin Grande M. S. <ben.grande.b@gmail.com>
|
|
|
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
|
#}
|
|
|
|
include:
|
|
- .create
|
|
|
|
"{{ slsdotpath }}-set-management_dispvm-to-default":
|
|
qvm.vm:
|
|
- require:
|
|
- cmd: "{{ slsdotpath }}-install-salt-deps"
|
|
- name: tpl-{{ slsdotpath }}
|
|
- prefs:
|
|
- management_dispvm: "*default*"
|
|
|
|
## TODO: Remove when template with patch reaches upstream or updates enforce
|
|
## salt-deps to be installed.
|
|
## https://github.com/QubesOS/qubes-issues/issues/8806
|
|
"{{ slsdotpath }}-shutdown-template":
|
|
qvm.shutdown:
|
|
- require:
|
|
- qvm: "{{ slsdotpath }}-set-management_dispvm-to-default"
|
|
- name: tpl-{{ slsdotpath }}
|
|
- flags:
|
|
- force
|