Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch to fedora-41-xfce template for sys-gui and friends #69

Merged
merged 1 commit into from
Dec 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion qvm/sys-audio.sls
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ prefs:
- autostart: true
- pci_strictreset: false
- pcidevs: {{ salt['grains.get']('pci_audio_devs', [])|yaml }}
- template: {{ salt['pillar.get']('qvm:sys-audio:template', 'fedora-40-xfce') }}
- template: {{ salt['pillar.get']('qvm:sys-audio:template', 'fedora-41-xfce') }}
service:
- enable:
- audiovm
Expand Down
2 changes: 1 addition & 1 deletion qvm/sys-audio.top
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ base:
dom0:
- match: nodegroup
- qvm.sys-audio
{{ salt['pillar.get']('qvm:sys-audio:template', 'fedora-40-xfce') }}:
{{ salt['pillar.get']('qvm:sys-audio:template', 'fedora-41-xfce') }}:
- qvm.sys-audio-template
{{ vmname }}:
- qvm.sys-audio-vm
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:
qvm.template_installed:
- name: {{ salt['pillar.get']('qvm:sys-gui-gpu:template', 'fedora-40-xfce') }}
- name: {{ salt['pillar.get']('qvm:sys-gui-gpu:template', 'fedora-41-xfce') }}

sys-gui-gpu-installed:
pkg.installed:
Expand All @@ -26,7 +26,7 @@ name: sys-gui-gpu
present:
- label: black
- maxmem: 4000
- template: {{ salt['pillar.get']('qvm:sys-gui-gpu:template', 'fedora-40-xfce') }}
- template: {{ salt['pillar.get']('qvm:sys-gui-gpu:template', 'fedora-41-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-40-xfce') }}:
{{ salt['pillar.get']('qvm:sys-gui:template', 'fedora-41-xfce') }}:
- qvm.sys-gui-template
sys-gui-gpu:
- qvm.sys-gui-vm
Expand Down
4 changes: 2 additions & 2 deletions qvm/sys-gui-vnc.sls
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# ===============
##

{{ salt['pillar.get']('qvm:sys-gui-vnc:template', 'fedora-40-xfce') }}:
{{ salt['pillar.get']('qvm:sys-gui-vnc:template', 'fedora-41-xfce') }}:
qvm.template_installed: []

{% if 'psu' in salt['pillar.get']('qvm:sys-gui-vnc:dummy-modules', []) or 'backlight' in salt['pillar.get']('qvm:sys-gui-vnc:dummy-modules', []) %}
Expand All @@ -29,7 +29,7 @@ name: sys-gui-vnc
present:
- label: black
- maxmem: 4000
- template: {{ salt['pillar.get']('qvm:sys-gui-vnc:template', 'fedora-40-xfce') }}
- template: {{ salt['pillar.get']('qvm:sys-gui-vnc:template', 'fedora-41-xfce') }}
prefs:
- netvm: ""
- guivm: dom0
Expand Down
2 changes: 1 addition & 1 deletion qvm/sys-gui-vnc.top
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ base:
dom0:
- match: nodegroup
- qvm.sys-gui-vnc
{{ salt['pillar.get']('qvm:sys-gui-vnc:template', 'fedora-40-xfce') }}:
{{ salt['pillar.get']('qvm:sys-gui-vnc:template', 'fedora-41-xfce') }}:
- qvm.sys-gui-template
sys-gui-vnc:
- qvm.sys-gui-vm
Expand Down
4 changes: 2 additions & 2 deletions qvm/sys-gui.sls
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# ===========
##

{{ salt['pillar.get']('qvm:sys-gui:template', 'fedora-40-xfce') }}:
{{ salt['pillar.get']('qvm:sys-gui:template', 'fedora-41-xfce') }}:
qvm.template_installed: []

{% if 'psu' in salt['pillar.get']('qvm:sys-gui:dummy-modules', []) or 'backlight' in salt['pillar.get']('qvm:sys-gui:dummy-modules', []) %}
Expand All @@ -29,7 +29,7 @@ name: sys-gui
present:
- label: black
- maxmem: 4000
- template: {{ salt['pillar.get']('qvm:sys-gui:template', 'fedora-40-xfce') }}
- template: {{ salt['pillar.get']('qvm:sys-gui:template', 'fedora-41-xfce') }}
prefs:
- netvm: ""
- guivm: dom0
Expand Down
2 changes: 1 addition & 1 deletion qvm/sys-gui.top
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ base:
dom0:
- match: nodegroup
- qvm.sys-gui
{{ salt['pillar.get']('qvm:sys-gui:template', 'fedora-40-xfce') }}:
{{ salt['pillar.get']('qvm:sys-gui:template', 'fedora-41-xfce') }}:
- qvm.sys-gui-template
sys-gui:
- qvm.sys-gui-vm