Explorar o código

fastd: fastd is only contained within jessie-backports

previously it was covered by universe-factory repository
Karsten Böddeker %!s(int64=6) %!d(string=hai) anos
pai
achega
129468e3d4
Modificáronse 1 ficheiros con 3 adicións e 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: