Просмотр исходного кода

Fix the multipath condition

tags/2016.12
Ales Komarek 8 лет назад
Родитель
Сommit
86c2311801
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

Загрузка…
Отмена
Сохранить