Skip to content

Commit

Permalink
Update default template of sys-gui-gpu to fedora-32-xfce
Browse files Browse the repository at this point in the history
  • Loading branch information
marmarek committed Jun 19, 2020
1 parent e69f260 commit 3c6cdc1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions qvm/sys-gui-gpu.sls
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

sys-gui-gpu-template:
pkg.installed:
- name: qubes-template-{{ salt['pillar.get']('qvm:sys-gui-gpu:template', 'fedora-30-xfce') }}
- name: qubes-template-{{ salt['pillar.get']('qvm:sys-gui-gpu:template', 'fedora-32-xfce') }}

{% from "qvm/template.jinja" import load -%}
{% from "qvm/template-gui.jinja" import gui_common -%}
Expand All @@ -18,7 +18,7 @@ name: sys-gui-gpu
present:
- label: black
- maxmem: 4000
- template: {{ salt['pillar.get']('qvm:sys-gui-gpu:template', 'fedora-30-xfce') }}
- template: {{ salt['pillar.get']('qvm:sys-gui-gpu:template', 'fedora-32-xfce') }}
prefs:
- virt_mode: hvm
- netvm: ""
Expand Down
2 changes: 1 addition & 1 deletion qvm/sys-gui-gpu.top
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ base:
dom0:
- match: nodegroup
- qvm.sys-gui-gpu
{{ salt['pillar.get']('qvm:sys-gui:template', 'fedora-30-xfce') }}:
{{ salt['pillar.get']('qvm:sys-gui:template', 'fedora-32-xfce') }}:
- qvm.sys-gui-template
sys-gui-gpu:
- qvm.sys-gui-vm
Expand Down

0 comments on commit 3c6cdc1

Please sign in to comment.