Browse Source

dhcp-server: Require networking to be configured completely for DHCP

Signed-off-by: Maximilian Wilhelm <max@sdn.clinic>
Maximilian Wilhelm 3 years ago
parent
commit
570f896f1b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dhcp-server/init.sls

+ 1 - 1
dhcp-server/init.sls

@@ -3,7 +3,7 @@
 #
 
 include:
-  - network.interfaces
+  - network
 
 isc-dhcp-server:
   pkg.installed: