Fix jekyll/salt templating conflict

This was preventing the correct command from being shown, and causing a
warning in site generation.

See also: https://github.com/QubesOS/qubesos.github.io/pull/111
This commit is contained in:
Jean-Philippe Ouellet 2017-07-05 14:31:33 -04:00
parent c4f41c2021
commit 58ae2d5b2f
No known key found for this signature in database
GPG Key ID: E0C9723C50A46274

View File

@ -413,7 +413,7 @@ The solution is to shut down the updateVM between each install:
install template and shutdown updateVM:
cmd.run:
- name: sudo qubes-dom0-update -y fedora-24; qvm-shutdown {{salt.cmd.run(qubes-prefs updateVM) }}
- name: sudo qubes-dom0-update -y fedora-24; qvm-shutdown {% raw %}{{ salt.cmd.run(qubes-prefs updateVM) }}{% endraw %}
## Further Reading