mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
Fix salt master declaration
This commit is contained in:
@@ -799,7 +799,7 @@ configure_minion() {
|
||||
|
||||
case "$minion_type" in
|
||||
'workstation')
|
||||
echo "master: '$HOSTNAME'" >> "$minion_config"
|
||||
echo "master: '$MSRV'" >> "$minion_config"
|
||||
;;
|
||||
'helix')
|
||||
cp -f ../salt/ca/files/signing_policies.conf /etc/salt/minion.d/signing_policies.conf
|
||||
|
||||
Reference in New Issue
Block a user