Merge pull request #7 from tcpcloud/multipath
Fix the multipath condition
diff --git a/linux/storage/init.sls b/linux/storage/init.sls
index 6661841..01b41b6 100644
--- a/linux/storage/init.sls
+++ b/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