Explorar el Código

Do not create fs for nfs4

tags/2016.12
Ales Komarek hace 9 años
padre
commit
9e861367cf
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      linux/storage/mount.sls

+ 1
- 1
linux/storage/mount.sls Ver fichero

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

Cargando…
Cancelar
Guardar