Browse Source

pppoe: Remove Debian stretch Sonderlocke

Signed-off-by: Maximilian Wilhelm <max@sdn.clinic>
Maximilian Wilhelm 2 years ago
parent
commit
2032bdc052
1 changed files with 0 additions and 3 deletions
  1. 0 3
      pppoe/tkom_peer.tmpl

+ 0 - 3
pppoe/tkom_peer.tmpl

@@ -19,9 +19,6 @@ user "{{ user }}"
 # the Internet through this DSL connection. This is the right line to use
 # for most people.
 {%- set default_iface = 'eth2' %}
-{%- if salt['grains.get']('oscodename') == 'stretch' %}
-  {%- set default_iface = 'enp3s0' %}
-{%- endif %}
 {%- set iface = salt['pillar.get']('nodes:' ~ grains['id'] ~ ':pppoe:iface', default_iface) %}
 pty "/usr/sbin/pppoe -I {{ iface }} -T 80 -m 1452"