-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: pgp template is fedora based without salt fix
- Loading branch information
1 parent
3ece491
commit e1a15d8
Showing
4 changed files
with
60 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{# | ||
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{# | ||
SPDX-FileCopyrightText: 2024 Benjamin Grande M. S. <ben.grande.b@gmail.com> | ||
|
||
SPDX-License-Identifier: AGPL-3.0-or-later | ||
#} | ||
|
||
base: | ||
'dom0': | ||
- match: nodegroup | ||
- sys-pgp.prefs |