소스 검색

Add posibility to save mount options to the fstab file

pull/203/head
pavel-z1 5 년 전
부모
커밋
22339cb4c1
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      linux/storage/mount.sls

+ 1
- 0
linux/storage/mount.sls 파일 보기

@@ -42,6 +42,7 @@ linux_storage_nfs_packages:
- mkmnt: True
- opts: {{ mount.get('opts', 'defaults,noatime') }}
- mount: {{ mount.get('mount', 'True') }}
- persist: {{ mount.get('save_to_fstab', 'False') }}
{%- if mount.file_system == 'xfs' %}
- require:
- pkg: xfs_packages_{{ mount.device }}

Loading…
취소
저장