Skip to content

Instantly share code, notes, and snippets.

@vr-jack
Created August 8, 2015 23:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vr-jack/fa71b7e452dbfdb1cfe4 to your computer and use it in GitHub Desktop.
Save vr-jack/fa71b7e452dbfdb1cfe4 to your computer and use it in GitHub Desktop.
Example import_yaml
b:
{% import_yaml "a/init.sls" as myyaml %}
{% for i in myyaml['a'] %}
- {{ i }}
{% endfor %}
----------
a:
- 1
- 2
b:
- 1
- 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment