update pillar/top.sls to match on id instead of host grain - https://github.com/Security-Onion-Solutions/securityonion-saltstack/issues/96

This commit is contained in:
m0duspwnens
2019-11-04 09:34:04 -05:00
parent c1e3615d9e
commit f85dc49789
+4 -4
View File
@@ -1,19 +1,19 @@
base: base:
'G@role:so-sensor': 'G@role:so-sensor':
- sensors.{{ grains.host }} - sensors.{{ grains.id }}
- static - static
- firewall.* - firewall.*
- brologs - brologs
'G@role:so-master': 'G@role:so-master':
- masters.{{ grains.host }} - masters.{{ grains.id }}
- static - static
- firewall.* - firewall.*
- data.* - data.*
- auth - auth
'G@role:so-eval': 'G@role:so-eval':
- masters.{{ grains.host }} - masters.{{ grains.id }}
- static - static
- firewall.* - firewall.*
- data.* - data.*
@@ -21,6 +21,6 @@ base:
- auth - auth
'G@role:so-node': 'G@role:so-node':
- nodes.{{ grains.host }} - nodes.{{ grains.id }}
- static - static
- firewall.* - firewall.*