Quellcode durchsuchen

Add posibility to save mount options to the fstab file

pull/203/head
pavel-z1 vor 5 Jahren
Ursprung
Commit
22339cb4c1
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. +1
    -0
      linux/storage/mount.sls

+ 1
- 0
linux/storage/mount.sls Datei anzeigen

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

Laden…
Abbrechen
Speichern