Browse Source

top: Move hardware to section grains

Karsten Böddeker 6 years ago
parent
commit
06e9deeb8b
1 changed files with 5 additions and 5 deletions
  1. 5 5
      top.sls

+ 5 - 5
top.sls

@@ -63,11 +63,6 @@ base:
     - match: pillar
     - gogs
 
-  # Hardware nodes
-  virtual:physical:
-    - match: grain
-    - hardware
-
   # KVM hosts
   nodes:{{ grains['id'] }}:roles:kvm:
     - match: pillar
@@ -105,3 +100,8 @@ base:
   productname:apu2:
     - match: grain
     - apu2
+
+  # Hardware nodes
+  virtual:physical:
+    - match: grain
+    - hardware