Browse Source

Do not create fs for nfs4

tags/2016.12
Ales Komarek 9 years ago
parent
commit
9e861367cf
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      linux/storage/mount.sls

+ 1
- 1
linux/storage/mount.sls View File



{%- if mount.enabled %} {%- if mount.enabled %}


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


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

Loading…
Cancel
Save