commit | 9e861367cf37ae67d4ef825a97c63487719b2d46 | [log] [tgz] |
---|---|---|
author | Ales Komarek <ales.komarek@tcpcloud.eu> | Fri Jan 29 13:21:07 2016 +0100 |
committer | Ales Komarek <ales.komarek@tcpcloud.eu> | Fri Jan 29 13:21:07 2016 +0100 |
tree | af76778c68d0d92a3426e6b338a216113881d39b | |
parent | 32ef59fecc64e169288822a8880ee80fbf33c355 [diff] |
Do not create fs for nfs4
diff --git a/linux/storage/mount.sls b/linux/storage/mount.sls index f9c04b6..09a3c9b 100644 --- a/linux/storage/mount.sls +++ b/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: