commit | 1f75d30237aab5bbfa196f9c6763b6e95a4548d8 | [log] [tgz] |
---|---|---|
author | Simon Pasquier <spasquier@mirantis.com> | Wed Nov 16 15:20:05 2016 +0100 |
committer | Simon Pasquier <spasquier@mirantis.com> | Wed Nov 16 15:20:05 2016 +0100 |
tree | 2b737c242011f27d64ae9172d61fdc3b0da51b1c | |
parent | 89654cc4334526c3671647f2f8681c3922770e0d [diff] |
Fix the linux.storage.mount state for tmpfs
diff --git a/linux/storage/mount.sls b/linux/storage/mount.sls index 2a855ed..e4c2166 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', 'nfs4', 'cifs'] %} +{%- if not mount.file_system in ['nfs', 'nfs4', 'cifs', 'tmpfs'] %} mkfs_{{ mount.device}}: cmd.run: @@ -50,4 +50,4 @@ {%- endfor %} -{%- endif %} \ No newline at end of file +{%- endif %}