Explorar el Código

fastd: Require networking to be configured completely.

Signed-off-by: Maximilian Wilhelm <max@sdn.clinic>
Maximilian Wilhelm hace 3 años
padre
commit
f81e5ecfe0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      fastd/init.sls

+ 1 - 1
fastd/init.sls

@@ -3,7 +3,7 @@
 #
 
 include:
-  - network.interfaces
+  - network
 
 {% set sites_all = pillar.get ('sites') %}
 {% set node_config = salt['pillar.get']('nodes:' ~ grains.id, {}) %}