Fix for network interfaces idempotence
diff --git a/linux/network/interface.sls b/linux/network/interface.sls
index 4b26750..6b6755b 100644
--- a/linux/network/interface.sls
+++ b/linux/network/interface.sls
@@ -88,6 +88,7 @@
   - 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' %}