This commit is contained in:
m0duspwnens
2020-04-09 13:27:32 -04:00
committed by William Wernert
parent bd0aaab003
commit 308ef0fc30
2 changed files with 3 additions and 1 deletions

View File

@@ -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 #####
##########################################

View File

@@ -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