bundlewrap/bundles/nfs-server/files/exports
Franziska Kunsmann 2274e7aa37
All checks were successful
bundlewrap/pipeline/head This commit looks good
bundles/nfs-server: introduce
2020-11-12 19:59:02 +01:00

3 lines
117 B
Text

% for path, shares in node.metadata['nfs-server']['shares'].items():
${path} ${' '.join(sorted(shares))}
% endfor