Fix jinja template for export

This commit is contained in:
Rashit Azizbaev 2015-02-11 15:11:49 +03:00
parent d095dbb7d2
commit f2692fd14c

View file

@ -1,3 +1,3 @@
{% for export in salt['pillar.get']('nfs:server:exports') %}
{{ export[0] }} {{ export[1] }}
{{ export }}
{% endfor %}