Skip to content

Commit

Permalink
Replace incorrect template to update
Browse files Browse the repository at this point in the history
The incorrect variable was telling the system to update
fedora-40 (which does not exist in default systems) instead
of fedora-40-xfce.

Fixes #1166
  • Loading branch information
deeplow authored Aug 29, 2024
1 parent 4a5aa6a commit e41990a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion securedrop_salt/sd-sys-vms.sls
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ set-fedora-template-as-default-mgmt-dvm:
# If the VM has just been installed via package manager, update it immediately
update-fedora-template-if-new:
cmd.wait:
- name: qubes-vm-update --just-print-progress --show-output --targets {{ sd_supported_fedora_version }}
- name: qubes-vm-update --just-print-progress --show-output --targets {{ sd_fedora_base_template }}
- require:
- cmd: dom0-install-fedora-template
# Update the mgmt-dvm setting first, to avoid problems during first update
Expand Down

0 comments on commit e41990a

Please sign in to comment.