Created
September 1, 2014 18:21
-
-
Save eliasp/58afa53eee1fe3196678 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% 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