{%- if config.perms | length -%}
{% for p in config.perms -%}
{{ p['file'] }} {{ p['owner'] }}:{{ p['group'] }} {{ p['mode'] }}
{% endfor -%}
{%- endif  -%}
