Переглянути джерело

Merge pull request #117 from car-da/patch-mount-order

sort mount points
pull/118/head
Filip Pytloun 7 роки тому
джерело
коміт
6896ac9250
1 змінених файлів з 1 додано та 1 видалено
  1. +1
    -1
      linux/storage/mount.sls

+ 1
- 1
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 %}


Завантаження…
Відмінити
Зберегти