Browse Source

No special case for jessie no more. RIP.

Signed-off-by: Maximilian Wilhelm <max@sdn.clinic>
Maximilian Wilhelm 4 years ago
parent
commit
d988499fe8
1 changed files with 0 additions and 6 deletions
  1. 0 6
      kernel/init.sls

+ 0 - 6
kernel/init.sls

@@ -10,9 +10,6 @@
 linux-kernel:
   pkg.latest:
     - name: linux-image-{{ version }}
-{% if grains.oscodename in ['jessie'] %}
-    - fromrepo: {{ grains.oscodename }}-backports
-{% endif %}
 
 {#
  # Install kernel headers if we might need to compile a batman_adv module on this node.
@@ -21,7 +18,4 @@ linux-kernel:
 linux-headers:
   pkg.latest:
     - name: linux-headers-{{ version }}
-{% if grains.oscodename in ['jessie'] %}
-    - fromrepo: {{ grains.oscodename }}-backports
-{% endif %}
 {% endif %}