Skip to content

Instantly share code, notes, and snippets.

Created September 8, 2017 01:15
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/254f29d5327f5f482fc80c8ab76dc0db to your computer and use it in GitHub Desktop.
Save anonymous/254f29d5327f5f482fc80c8ab76dc0db to your computer and use it in GitHub Desktop.
# This file is managed by SaltStack.
{%- for profile, settings in credentials.items() -%}
[{{ profile }}]
{%- if settings == None -%}
{%- set settings = {} -%}
{%- endif -%}
{% for setting, value in settings.items() -%}
{{ setting }}={{ value }}
{% endfor -%}
{% endfor -%}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment