Fix the multipath conditiontags/2016.12
{%- from "linux/map.jinja" import storage with context %} | {%- 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: | include: | ||||
{%- if storage.mount|length > 0 %} | {%- if storage.mount|length > 0 %} | ||||
- linux.storage.mount | - linux.storage.mount |