fix order for storage: first create lv and next mount this lvpull/102/merge
@@ -4,15 +4,15 @@ include: | |||
{%- if storage.loopback|length > 0 %} | |||
- linux.storage.loopback | |||
{%- endif %} | |||
{%- if storage.lvm|length > 0 %} | |||
- linux.storage.lvm | |||
{%- endif %} | |||
{%- if storage.mount|length > 0 %} | |||
- linux.storage.mount | |||
{%- endif %} | |||
{%- if storage.swap|length > 0 %} | |||
- linux.storage.swap | |||
{%- endif %} | |||
{%- if storage.lvm|length > 0 %} | |||
- linux.storage.lvm | |||
{%- endif %} | |||
{%- if storage.multipath.enabled %} | |||
- linux.storage.multipath | |||
{%- endif %} |