mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
fix bad typing
This commit is contained in:
@@ -38,7 +38,7 @@ set_log_levels:
|
|||||||
salt_minion_service_unit_file:
|
salt_minion_service_unit_file:
|
||||||
file.managed:
|
file.managed:
|
||||||
- name: /etc/systemd/system/multi-user.target.wants/salt-minion.service
|
- name: /etc/systemd/system/multi-user.target.wants/salt-minion.service
|
||||||
- source: salt://salt/service/salt-minion.servic.jinja
|
- source: salt://salt/service/salt-minion.service.jinja
|
||||||
- template: jinja
|
- template: jinja
|
||||||
- defaults:
|
- defaults:
|
||||||
service_start_delay: {{ service_start_delay }}
|
service_start_delay: {{ service_start_delay }}
|
||||||
|
|||||||
Reference in New Issue
Block a user