mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-02-21 22:45:27 +01:00
append role to minion id and use it to target in top - https://github.com/Security-Onion-Solutions/securityonion-saltstack/issues/136
This commit is contained in:
@@ -121,6 +121,7 @@ if (whiptail_you_sure) ; then
|
||||
whiptail_install_type
|
||||
SHORTNAME=$(echo $HOSTNAME | awk -F. {'print $1'})
|
||||
MINION_ID=$(echo $SHORTNAME'_'$INSTALLTYPE | tr '[:upper:]' '[:lower:]')
|
||||
echo "MINION_ID = $MINION_ID" >> $SETUPLOG 2>&1
|
||||
|
||||
# How do we want to handle OS patching? manual, auto or scheduled days and hours
|
||||
whiptail_patch_schedule
|
||||
|
||||
Reference in New Issue
Block a user