Skip to content

Commit

Permalink
Merge pull request #62 from sinnerschrader/fix/support_jinja_lt_2_6
Browse files Browse the repository at this point in the history
enables use of jinja < 2.6
  • Loading branch information
nmadhok committed Nov 9, 2014
2 parents a822738 + 868854c commit 3b892e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion salt/files/master.d/_defaults.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down

0 comments on commit 3b892e4

Please sign in to comment.