4 lines
161 B
Plaintext
4 lines
161 B
Plaintext
|
|
{% for export in nfs_server_exports %}
|
||
|
|
{{ export.path }}{% for c in export.clients %} {{ c.address }}({{ c.options | default ("ro") }}){% endfor %}
|
||
|
|
{% endfor %}
|