2
0

fix spacing with gitfs.

Updated gitfs jinja, to mirror master file
This commit is contained in:
Niels Abspoel 2014-12-09 23:22:06 +01:00
parent 8dbde0f1be
commit 7da141721b

View File

@ -452,21 +452,21 @@ file_roots:
# exist in that repo as *local* refs. # exist in that repo as *local* refs.
{% if 'gitfs_remotes' in minion -%} {% if 'gitfs_remotes' in minion -%}
gitfs_remotes: gitfs_remotes:
{%- for remote in minion['gitfs_remotes'] %} {% for remote in minion['gitfs_remotes'] %}
{% if remote is mapping %} {% if remote is mapping %}
{%- for repo, children in remote.iteritems() -%} {% for repo, children in remote.iteritems() %}
- {{ repo }}: - {{ repo }}:
{%- for child in children %} {% for child in children %}
{% for key, value in child.iteritems() -%} {% for key, value in child.iteritems() %}
- {{ key }}: {{ value }} - {{ key }}: {{ value }}
{%- endfor %} {% endfor %}
{%- endfor %} {% endfor %}
{%- endfor %} {% endfor %}
{%- else -%} {% else %}
- {{ remote }} - {{ remote }}
{%- endif %} {% endif %}
{%- endfor %} {% endfor %}
{%- endif %} {% endif %}
# #
#gitfs_remotes: #gitfs_remotes:
# - git://github.com/saltstack/salt-states.git # - git://github.com/saltstack/salt-states.git