Explorar el Código

fastd: fastd is only contained within jessie-backports

previously it was covered by universe-factory repository
Karsten Böddeker hace 6 años
padre
commit
129468e3d4
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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: