Browse Source

network: Make sure /etc/network/interfaces is written before $suite can interfere.

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

+ 1 - 1
network/bootstrap.sls

@@ -11,5 +11,5 @@
 
 include:
  - network.link
- - network.{{ suite }}
  - network.interfaces
+ - network.{{ suite }}