mirror of
https://github.com/saltstack-formulas/salt-formula.git
synced 2024-11-27 22:38:10 +01:00
indentation fix
This commit is contained in:
parent
92b2572734
commit
98fd674c95
@ -381,7 +381,7 @@ file_ignore_glob:
|
||||
# - roots
|
||||
{% if 'fileserver_backend' in master -%}
|
||||
fileserver_backend:
|
||||
{% for backend in master['fileserver_backend'] -%}
|
||||
{%- for backend in master['fileserver_backend'] %}
|
||||
- {{ backend }}
|
||||
{% endfor -%}
|
||||
{% endif %}
|
||||
@ -399,7 +399,7 @@ fileserver_backend:
|
||||
# exist in that repo as *local* refs.
|
||||
{% if 'gitfs_remotes' in master -%}
|
||||
gitfs_remotes:
|
||||
{% for remote in master['gitfs_remotes'] -%}
|
||||
{%- for remote in master['gitfs_remotes'] %}
|
||||
- {{ remote }}
|
||||
{% endfor -%}
|
||||
{% endif %}
|
||||
|
Loading…
Reference in New Issue
Block a user