Skip to content

Instantly share code, notes, and snippets.

@btorch
Created July 10, 2016 15:26
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 btorch/ee5f8d1867300daffaf7967a8ab66b88 to your computer and use it in GitHub Desktop.
Save btorch/ee5f8d1867300daffaf7967a8ab66b88 to your computer and use it in GitHub Desktop.
{{ '# This was generated by salt/pillar ' }}
{% for section in pillar['account-config'] %}
{{ '[%s]' % section }}
{% for key, value in pillar['account-config'][section].iteritems() -%}
{{ '%s = %s \n' % (key, value) }}
{%- endfor %}
{% endfor %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment