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