Explorar el Código

vlan - remove unneeded duplicate config

tags/2016.12
jan kaufman hace 9 años
padre
commit
1200a19e69
Se han modificado 1 ficheros con 0 adiciones y 10 borrados
  1. +0
    -10
      linux/network/interface.sls

+ 0
- 10
linux/network/interface.sls Ver fichero

@@ -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 }}

Cargando…
Cancelar
Guardar