mirror of
https://github.com/ben-grande/qusal.git
synced 2025-08-10 15:10:09 -04:00
17 lines
392 B
Text
17 lines
392 B
Text
{#
|
|
SPDX-FileCopyrightText: 2024 - 2025 Benjamin Grande M. S. <ben.grande.b@gmail.com>
|
|
|
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
|
#}
|
|
|
|
include:
|
|
- .create
|
|
- mgmt.prefs
|
|
|
|
"{{ slsdotpath }}-set-tpl-{{ slsdotpath }}-management_dispvm-to-default":
|
|
qvm.vm:
|
|
- require:
|
|
- sls: {{ slsdotpath }}.create
|
|
- name: tpl-{{ slsdotpath }}
|
|
- prefs:
|
|
- management_dispvm: "*default*"
|