bundlewrap/bundles/nfs-server/files/exports

4 lines
117 B
Plaintext
Raw Normal View History

2020-11-12 18:59:02 +00:00
% for path, shares in node.metadata['nfs-server']['shares'].items():
${path} ${' '.join(sorted(shares))}
% endfor