commit | 86c2311801871928d04882118aad5a081e3f39e1 | [log] [tgz] |
---|---|---|
author | Ales Komarek <ales.komarek@tcpcloud.eu> | Mon Oct 03 11:22:34 2016 +0200 |
committer | Ales Komarek <ales.komarek@tcpcloud.eu> | Mon Oct 03 11:22:34 2016 +0200 |
tree | 51b75f39d235d5e4de79a4bd708c694d863b52d5 | |
parent | a634f4ba38e48df2217bf0f68f3fdd8ffa3a15ba [diff] |
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