Selaa lähdekoodia

vlan - remove unneeded duplicate config

tags/2016.12
jan kaufman 9 vuotta sitten
vanhempi
commit
1200a19e69
1 muutettua tiedostoa jossa 0 lisäystä ja 10 poistoa
  1. +0
    -10
      linux/network/interface.sls

+ 0
- 10
linux/network/interface.sls Näytä tiedosto

@@ -126,16 +126,6 @@ linux_interface_{{ interface_name }}:
- network: linux_interface_{{ network }}
{%- endfor %}
{%- endif %}
{%- if interface.type == 'vlan' %}
- use:
{%- for network in interface.use_interfaces %}
- network: {{ network }}
{%- endfor %}
- require:
{%- for network in interface.use_interfaces %}
- network: {{ network }}
{%- endfor %}
{%- endif %}
{%- if interface.type == 'bond' %}
- slaves: {{ interface.slaves }}
- mode: {{ interface.mode }}

Loading…
Peruuta
Tallenna