Quellcode durchsuchen

Merge pull request #7 from tcpcloud/multipath

Fix the multipath condition
tags/2016.12
Filip Pytloun vor 8 Jahren
Ursprung
Commit
84fec5b21e
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. +1
    -1
      linux/storage/init.sls

+ 1
- 1
linux/storage/init.sls Datei anzeigen

@@ -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

Laden…
Abbrechen
Speichern