Procházet zdrojové kódy

Proper resource identification

tags/2016.12
Ales Komarek před 9 roky
rodič
revize
11b03f7926
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

@@ -118,7 +118,7 @@ linux_interface_{{ interface_name }}:
- bypassfirewall: True
- use:
{%- for network in interface.use_interfaces %}
- network: {{ network }}
- network: linux_interface_{{ network }}
{%- endfor %}
- ports: {% for network in interface.use_interfaces %}{{ network }} {% endfor %}
- require:

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