mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-08 10:12:53 +01:00
ensure info log level -
This commit is contained in:
@@ -23,6 +23,15 @@ salt_minion_package:
|
|||||||
- hold: True
|
- hold: True
|
||||||
- onlyif: test "{{INSTALLEDSALTVERSION}}" == "{{SALTVERSION}}"
|
- onlyif: test "{{INSTALLEDSALTVERSION}}" == "{{SALTVERSION}}"
|
||||||
|
|
||||||
|
set_log_levels:
|
||||||
|
file.append:
|
||||||
|
- name: /etc/salt/minion
|
||||||
|
- text:
|
||||||
|
- "log_level: info"
|
||||||
|
- "log_level_log_file: info"
|
||||||
|
- listen_in:
|
||||||
|
- service: salt_minion_service
|
||||||
|
|
||||||
salt_minion_service:
|
salt_minion_service:
|
||||||
service.running:
|
service.running:
|
||||||
- name: salt-minion
|
- name: salt-minion
|
||||||
|
|||||||
Reference in New Issue
Block a user