소스 검색

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


Loading…
취소
저장