diff --git a/templates/server-fileset.conf.j2 b/templates/server-fileset.conf.j2 index 6443dbf..bc23307 100644 --- a/templates/server-fileset.conf.j2 +++ b/templates/server-fileset.conf.j2 @@ -14,9 +14,9 @@ FileSet { {% if 'paths' in fileset %} {% for path in fileset.paths %} File = "{{ path }}" - {% endfor %} +{% endfor %} {% else %} - File = "{{ path }}" + File = "{{ fileset.path }}" {% endif %} } {% if 'excludes' in fileset %}