Procházet zdrojové kódy

Fix wrong name of requirement

tags/2016.12
Filip Pytloun před 9 roky
rodič
revize
bedfa10ae6
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      linux/network/interface.sls

+ 1
- 1
linux/network/interface.sls Zobrazit soubor

@@ -133,7 +133,7 @@ linux_interface_{{ interface_name }}:
{%- endfor %}
- require:
{%- for network in interface.use_interfaces %}
- network: {{ network }}
- network: linux_interface_{{ network }}
{%- endfor %}
{%- endif %}


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