Browse Source

Take DHCP out of highstate for now

Signed-off-by: Maximilian Wilhelm <max@sdn.clinic>
Maximilian Wilhelm 9 months ago
parent
commit
351677e136
1 changed files with 4 additions and 4 deletions
  1. 4 4
      top.sls

+ 4 - 4
top.sls

@@ -49,10 +49,10 @@ base:
     - batman
     - respondd
 
-  # Batman gateway
-  nodes:{{ grains['id'] }}:roles:batman_gw:
-    - match: pillar
-    - dhcp-server
+#  # Batman gateway
+#  nodes:{{ grains['id'] }}:roles:batman_gw:
+#    - match: pillar
+#    - dhcp-server
 
   # Build-Server
   nodes:{{ grains['id'] }}:roles:build: