mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 01:32:47 +01:00
add standalone to case statement in configure_minion so-functions - https://github.com/Security-Onion-Solutions/securityonion-saltstack/issues/140
This commit is contained in:
@@ -321,7 +321,7 @@ configure_minion() {
|
|||||||
'helix')
|
'helix')
|
||||||
echo "master: $HOSTNAME" >> "$minion_config"
|
echo "master: $HOSTNAME" >> "$minion_config"
|
||||||
;;
|
;;
|
||||||
'master' | 'eval' | 'mastersearch')
|
'master' | 'eval' | 'mastersearch' | 'standalone')
|
||||||
printf '%s\n'\
|
printf '%s\n'\
|
||||||
"master: $HOSTNAME"\
|
"master: $HOSTNAME"\
|
||||||
"mysql.host: '$MAINIP'"\
|
"mysql.host: '$MAINIP'"\
|
||||||
|
|||||||
Reference in New Issue
Block a user