Skip to content

Instantly share code, notes, and snippets.

Created September 8, 2017 01:09
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 anonymous/51f62be9ea759c727c329e2f2fcce01d to your computer and use it in GitHub Desktop.
Save anonymous/51f62be9ea759c727c329e2f2fcce01d to your computer and use it in GitHub Desktop.
# This file is managed by SaltStack.
{% for profile, settings in credentials.items() -%}
[{{ profile }}]
{% for setting, value in settings.items() -%} # State is failing when I don't pass in values here.
{{ setting }}={{ value }}
{% endfor -%}
{% endfor -%}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment