Browse Source

vlan - remove unneeded duplicate config

tags/2016.12
jan kaufman 9 years ago
parent
commit
1200a19e69
1 changed files with 0 additions and 10 deletions
  1. +0
    -10
      linux/network/interface.sls

+ 0
- 10
linux/network/interface.sls View File

@@ -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…
Cancel
Save