bundles/nfs-server: sort shares

This commit is contained in:
Franzi 2021-04-21 17:56:53 +02:00
parent 24362768fb
commit 5e49e3204b
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

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