more fixes for importpcap node

This commit is contained in:
m0duspwnens
2020-08-07 15:46:45 -04:00
parent d7b55c1109
commit 7933bafd55
3 changed files with 328 additions and 2 deletions

View File

@@ -23,7 +23,7 @@
{% set FEATURES = '' %}
{% endif %}
{% if grains['role'] in ['so-eval','so-managersearch', 'so-manager', 'so-standalone'] %}
{% if grains['role'] in ['so-eval','so-managersearch', 'so-manager', 'so-standalone', 'so-importpcap'] %}
{% set esclustername = salt['pillar.get']('manager:esclustername', '') %}
{% set esheap = salt['pillar.get']('manager:esheap', '') %}
{% elif grains['role'] in ['so-node','so-heavynode'] %}