Change-Id: I48f912c9d966c99d78cd2e89b605a2d016afe18btags/mcp0.5
@@ -119,7 +119,6 @@ linux_interface_{{ interface_name }}: | |||
- type: {{ interface.type }} | |||
{%- if interface.address is defined %} | |||
{%- if grains.os_family == 'Debian' %} | |||
- unless: grep -q "iface {{ interface_name }} " /etc/network/interfaces | |||
- proto: {{ interface.get('proto', 'static') }} | |||
{% endif %} | |||
{%- if grains.os_family == 'RedHat' %} |