Просмотр исходного кода

fix spacing with gitfs.

Updated gitfs jinja, to mirror master file
tags/v0.57.0
Niels Abspoel 10 лет назад
Родитель
Сommit
7da141721b
1 измененных файлов: 11 добавлений и 11 удалений
  1. +11
    -11
      salt/files/minion.d/_defaults.conf

+ 11
- 11
salt/files/minion.d/_defaults.conf Просмотреть файл

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

Загрузка…
Отмена
Сохранить