From 8835409c34be5fef5343a4561d82c546f82b2cfe Mon Sep 17 00:00:00 2001 From: Andrew David Wong Date: Mon, 6 Feb 2017 06:26:23 -0800 Subject: [PATCH] Wrap braces in `raw` tags to prevent parsing as liquid syntax --- configuration/salt.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configuration/salt.md b/configuration/salt.md index 8c8d81a7..da7bd8b5 100644 --- a/configuration/salt.md +++ b/configuration/salt.md @@ -390,9 +390,11 @@ If you install multiple templates you may encounter this error. The solution is to shut down the updatevm between each install. E.g.: +{% raw %} install template and shutdown updatevm: cmd.run: - name: sudo qubes-dom0-update -y fedora-24; qvm-shutdown {{salt.cmd.run(qubes-prefs updatevm) }} +{% endraw %} ## Further reading