Browse Source

fastd: fastd is only contained within jessie-backports

previously it was covered by universe-factory repository
Karsten Böddeker 6 years ago
parent
commit
129468e3d4
1 changed files with 3 additions and 0 deletions
  1. 3 0
      fastd/init.sls

+ 3 - 0
fastd/init.sls

@@ -20,6 +20,9 @@ include:
 fastd:
   pkg.installed:
     - name: fastd
+{% if grains.oscodename in ['jessie'] %}
+    - fromrepo: {{ grains.oscodename }}-backports
+{% endif %}
     - require:
       - sls: network.interfaces
   service.dead: