add pcap to import node, test not starting zeek docker by default

This commit is contained in:
m0duspwnens
2020-08-14 13:59:23 -04:00
parent fbbec71165
commit ff84640aad
5 changed files with 12 additions and 1 deletions

View File

@@ -577,7 +577,7 @@ fi
salt-call state.apply -l info elasticsearch >> $setup_log 2>&1
fi
if [[ $is_sensor ]]; then
if [[ $is_sensor || $is_import ]]; then
set_progress_str 65 "$(print_salt_state_apply 'pcap')"
salt-call state.apply -l info pcap >> $setup_log 2>&1
fi