mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Allow SOC actions to use Jinja
This commit is contained in:
@@ -26,6 +26,15 @@ soclogdir:
|
||||
- group: 939
|
||||
- makedirs: True
|
||||
|
||||
socactions:
|
||||
file.managed:
|
||||
- name: /opt/so/conf/soc/menu.actions.json
|
||||
- source: salt://soc/files/soc/menu.actions.json
|
||||
- user: 939
|
||||
- group: 939
|
||||
- mode: 600
|
||||
- template: jinja
|
||||
|
||||
socconfig:
|
||||
file.managed:
|
||||
- name: /opt/so/conf/soc/soc.json
|
||||
|
||||
Reference in New Issue
Block a user