Skip to content

Commit

Permalink
Fix requisite module oversight
Browse files Browse the repository at this point in the history
Templates are installed with cmd so no qvm requisite would be found
  • Loading branch information
eaon committed Apr 21, 2022
1 parent b58c57f commit fc08acc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dom0/sd-sys-vms.sls
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ sd-{{ sys_vm }}-fedora-version-halt-wait:
- name: sleep 5
- require:
{% if grains['osrelease'] == '4.1' %}
- qvm: dom0-install-fedora-template
- cmd: dom0-install-fedora-template
{% else %}
- pkg: dom0-install-fedora-template
{% endif %}
Expand Down

0 comments on commit fc08acc

Please sign in to comment.