Skip to content

Instantly share code, notes, and snippets.

@eliasp
Created September 1, 2014 18:21
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 eliasp/58afa53eee1fe3196678 to your computer and use it in GitHub Desktop.
Save eliasp/58afa53eee1fe3196678 to your computer and use it in GitHub Desktop.
{% for key in ['foo', 'bar', 'blah', 'blub'] %}
{% if pillar['yourpillar']['config'][key] %}
{{ key }} = {{ pillar['yourpillar']['config'][key] }}
{% endif %}
{% endfor %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment