Browse Source

openvpn: Require network to be configured completely.

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

+ 1 - 1
openvpn/init.sls

@@ -4,7 +4,7 @@
 
 
 include:
 include:
   - certs
   - certs
-  - network.interfaces
+  - network
 
 
 
 
 openvpn:
 openvpn: