IDSTools Overhaul

This commit is contained in:
Mike Reeves
2020-09-09 15:53:32 -04:00
parent a77532c1d8
commit 7ebf93fcb5
5 changed files with 37 additions and 4 deletions

View File

@@ -465,6 +465,7 @@ fi
if [[ $is_manager && $is_airgap ]]; then
info "Creating airgap repo"
create_repo >> $setup_log 2>&1
airgap_rules >> $setup_log 2>&1
fi
if [[ $is_minion ]]; then
@@ -575,6 +576,7 @@ fi
salt-call state.apply -l info manager >> $setup_log 2>&1
set_progress_str 61 "$(print_salt_state_apply 'idstools')"
create_local_nids_rules >> $setup_log 2>&1
salt-call state.apply -l info idstools >> $setup_log 2>&1
set_progress_str 61 "$(print_salt_state_apply 'suricata.manager')"