2
0

Merge pull request #62 from sinnerschrader/fix/support_jinja_lt_2_6

enables use of jinja < 2.6
This commit is contained in:
Nitin Madhok 2014-11-09 10:11:44 -05:00
commit 3b892e47cc

View File

@ -484,7 +484,7 @@ fileserver_backend:
{% if 'gitfs_remotes' in master -%}
gitfs_remotes:
{%- for remote in master['gitfs_remotes'] %}
{% if remote is mapping %}
{% if remote is iterable %}
{%- for repo, children in remote.iteritems() -%}
- {{ repo }}:
{%- for child in children %}