mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
move salt logs to /opt/so/logs - https://github.com/Security-Onion-Solutions/securityonion-saltstack/issues/530
This commit is contained in:
committed by
William Wernert
parent
bd0aaab003
commit
308ef0fc30
@@ -12,6 +12,7 @@
|
||||
# modified files cause conflicts, set verify_env to False.
|
||||
# user: socore
|
||||
|
||||
log_file: /opt/so/log/salt/master
|
||||
|
||||
##### File Server settings #####
|
||||
##########################################
|
||||
|
||||
@@ -324,7 +324,8 @@ configure_minion() {
|
||||
|
||||
printf '%s\n'\
|
||||
"use_superseded:"\
|
||||
" - module.run" >> "$minion_config"
|
||||
" - module.run"\
|
||||
"log_file: /opt/so/log/salt/minion" >> "$minion_config"
|
||||
|
||||
service salt-minion restart
|
||||
|
||||
|
||||
Reference in New Issue
Block a user