Merge pull request #3120 from Security-Onion-Solutions/issue/3115

ensure log_level and log_level_logfile are set to info in /etc/salt/minion
This commit is contained in:
Josh Patterson
2021-02-24 13:36:34 -05:00
committed by GitHub

View File

@@ -23,6 +23,15 @@ salt_minion_package:
- hold: True
- onlyif: test "{{INSTALLEDSALTVERSION}}" == "{{SALTVERSION}}"
set_log_levels:
file.append:
- name: /etc/salt/minion
- text:
- "log_level: info"
- "log_level_logfile: info"
- listen_in:
- service: salt_minion_service
salt_minion_service:
service.running:
- name: salt-minion