Преглед изворни кода

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:

Loading…
Откажи
Сачувај