diff --git a/bundles/nfs-server/files/exports b/bundles/nfs-server/files/exports index 8241a51..095261a 100644 --- a/bundles/nfs-server/files/exports +++ b/bundles/nfs-server/files/exports @@ -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