Skip to content

Instantly share code, notes, and snippets.

@waynew
Last active May 10, 2022 20:22
Show Gist options
  • Save waynew/77e252097d390a66377ce7f258d8e1e8 to your computer and use it in GitHub Desktop.
Save waynew/77e252097d390a66377ce7f258d8e1e8 to your computer and use it in GitHub Desktop.
Just a ridiculous thing to check jinja template stuff in Salt
{% from 'derp' import derp %}
{%- set x = 42 %}
Hello {{ x }} {{ derp }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment