mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 01:32:47 +01:00
Merge remote-tracking branch 'remotes/origin/dev' into sslstate/timeouts_retry
This commit is contained in:
@@ -49,7 +49,7 @@ MANAGERUPDATES=1
|
|||||||
MNIC=eth0
|
MNIC=eth0
|
||||||
# MSEARCH=
|
# MSEARCH=
|
||||||
MSRV=distributed-manager
|
MSRV=distributed-manager
|
||||||
MSRVIP=10.66.166.52
|
MSRVIP=10.66.166.72
|
||||||
# MTU=
|
# MTU=
|
||||||
# NIDS=Suricata
|
# NIDS=Suricata
|
||||||
# NODE_ES_HEAP_SIZE=
|
# NODE_ES_HEAP_SIZE=
|
||||||
|
|||||||
@@ -49,7 +49,7 @@ MANAGERUPDATES=1
|
|||||||
MNIC=eth0
|
MNIC=eth0
|
||||||
# MSEARCH=
|
# MSEARCH=
|
||||||
MSRV=distributed-manager
|
MSRV=distributed-manager
|
||||||
MSRVIP=10.66.166.52
|
MSRVIP=10.66.166.72
|
||||||
# MTU=
|
# MTU=
|
||||||
# NIDS=Suricata
|
# NIDS=Suricata
|
||||||
# NODE_ES_HEAP_SIZE=
|
# NODE_ES_HEAP_SIZE=
|
||||||
|
|||||||
@@ -567,7 +567,7 @@ set_redirect >> $setup_log 2>&1
|
|||||||
set_updates >> $setup_log 2>&1
|
set_updates >> $setup_log 2>&1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ $is_manager && $is_airgap ]]; then
|
if [[ ( $is_manager || $is_import ) && $is_airgap ]]; then
|
||||||
info "Creating airgap repo"
|
info "Creating airgap repo"
|
||||||
create_repo >> $setup_log 2>&1
|
create_repo >> $setup_log 2>&1
|
||||||
airgap_rules >> $setup_log 2>&1
|
airgap_rules >> $setup_log 2>&1
|
||||||
|
|||||||
Reference in New Issue
Block a user