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