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

Do not create fs for nfs4

tags/2016.12
Ales Komarek 9 роки тому
джерело
коміт
9e861367cf
1 змінених файлів з 1 додано та 1 видалено
  1. +1
    -1
      linux/storage/mount.sls

+ 1
- 1
linux/storage/mount.sls Переглянути файл

@@ -5,7 +5,7 @@

{%- if mount.enabled %}

{%- if not mount.file_system in ['nfs'] %}
{%- if not mount.file_system in ['nfs', 'nfs4'] %}

mkfs_{{ mount.device}}:
cmd.run:

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