This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ExternalMirrors
/
linux-formula
mirror of
https://github.com/salt-formulas/salt-formula-linux
Watch
1
Star
0
Fork
1
Code
Issues
0
Releases
8
Wiki
Activity
Browse Source
Merge pull request
#117
from car-da/patch-mount-order
sort mount points
pull/118/head
Filip Pytloun
7 years ago
parent
9dcb5e1afc
fc7140507e
commit
6896ac9250
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+1
-1
linux/storage/mount.sls
+ 1
- 1
linux/storage/mount.sls
View File
@@ -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 %}
Write
Preview
Loading…
Cancel
Save