bundlewrap/bundles/nfs-server/files/exports

3 lines
117 B
Text

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