commit | 6896ac92500f924b991523540309cb5617a48eb3 | [log] [tgz] |
---|---|---|
author | Filip Pytloun <filip@pytloun.cz> | Mon Aug 07 18:15:31 2017 +0200 |
committer | GitHub <noreply@github.com> | Mon Aug 07 18:15:31 2017 +0200 |
tree | 80defc0443b3d01e90c06d9b62834729d18480e9 | |
parent | 9dcb5e1afc0491420738197a848da6bf791abdd9 [diff] | |
parent | fc7140507e69228fb64f8cdd8752f8c7ef7885b4 [diff] |
Merge pull request #117 from car-da/patch-mount-order sort mount points
diff --git a/linux/storage/mount.sls b/linux/storage/mount.sls index 465f966..af77c26 100644 --- a/linux/storage/mount.sls +++ b/linux/storage/mount.sls
@@ -1,7 +1,7 @@ {%- from "linux/map.jinja" import storage with context %} {%- if storage.enabled %} -{%- for name, mount in storage.mount.iteritems() %} +{%- for name, mount in storage.mount|dictsort %} {%- if mount.enabled %}