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

4 lines
117 B
Plaintext

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