Merge pull request #121 from m0duspwnens/master

update pillar/top.sls to match on id instead of host grain
This commit is contained in:
Mike Reeves
2019-11-04 09:38:04 -05:00
committed by GitHub

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.*