Browse Source

fastd: Require networking to be configured completely.

Signed-off-by: Maximilian Wilhelm <max@sdn.clinic>
Maximilian Wilhelm 3 years ago
parent
commit
f81e5ecfe0
1 changed files with 1 additions and 1 deletions
  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, {}) %}