Browse Source

Merge pull request #112 from mceloud/revert-111-patch-1

Revert "Adds ability to set mtu in reclass"
pull/114/head
Filip Pytloun 7 years ago
parent
commit
0a9dc959f8
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      linux/network/interface.sls

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

@@ -122,9 +122,6 @@ linux_interface_{{ interface_name }}:
- enabled: {{ interface.enabled }}
- name: {{ interface_name }}
- type: {{ interface.type }}
{% if interface.mtu is defined %}
- mtu: {{ interface.mtu }}
{% endif %}
{%- if interface.address is defined %}
{%- if grains.os_family == 'Debian' %}
- proto: {{ interface.get('proto', 'static') }}

Loading…
Cancel
Save