소스 검색

Merge pull request #7 from tcpcloud/multipath

Fix the multipath condition
tags/2016.12
Filip Pytloun 8 년 전
부모
커밋
84fec5b21e
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 %}
{%- if storage.mount|length > 0 or storage.swap|length > 0 or storage.multipath.enabled %}
include:
{%- if storage.mount|length > 0 %}
- linux.storage.mount

Loading…
취소
저장