bundlewrap/bundles/nfs-server/files/exports

4 lines
125 B
Plaintext
Raw Normal View History

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