瀏覽代碼

Fix linux.storage state to support lvm

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

+ 1
- 1
linux/storage/init.sls 查看文件

@@ -1,5 +1,5 @@
{%- from "linux/map.jinja" import storage with context %}
{%- if storage.mount|length > 0 or storage.swap|length > 0 or storage.multipath.enabled %}
{%- if storage.mount|length > 0 or storage.swap|length > 0 or storage.multipath.enabled or storage.lvm|length > 0 %}
include:
{%- if storage.mount|length > 0 %}
- linux.storage.mount

Loading…
取消
儲存