Просмотр исходного кода

sort mount points

Usually you need define order for mounting volumes in one path like mount first /opt and then /opt/cms etc.
pull/117/head
car-da 7 лет назад
Родитель
Сommit
fc7140507e
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 %}


Загрузка…
Отмена
Сохранить