From 58ae2d5b2f32d5603db3e537a9fc0a5f52091f9d Mon Sep 17 00:00:00 2001 From: Jean-Philippe Ouellet Date: Wed, 5 Jul 2017 14:31:33 -0400 Subject: [PATCH] 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 --- configuration/salt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration/salt.md b/configuration/salt.md index 3452081e..497c1929 100644 --- a/configuration/salt.md +++ b/configuration/salt.md @@ -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