Procházet zdrojové kódy

Fix linux.storage state to support lvm

tags/2016.12
Simon Pasquier před 8 roky
rodič
revize
a4eb313e4f
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      linux/storage/init.sls

+ 1
- 1
linux/storage/init.sls Zobrazit soubor

@@ -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.enabled %}
{%- if storage.mount|length > 0 or storage.swap|length > 0 or storage.multipath.enabled or storage.lvm|length > 0 %}
include:
{%- if storage.mount|length > 0 %}
- linux.storage.mount

Načítá se…
Zrušit
Uložit