瀏覽代碼

Fix the linux.storage.mount state for tmpfs

tags/2016.12
Simon Pasquier 8 年之前
父節點
當前提交
1f75d30237
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. +2
    -2
      linux/storage/mount.sls

+ 2
- 2
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 @@ xfs_packages_{{ mount.device }}:

{%- endfor %}

{%- endif %}
{%- endif %}

Loading…
取消
儲存