mirror of
https://github.com/unman/shaker.git
synced 2025-07-31 18:18:37 -04:00
Monitor - enhancement - make suricata logs persistent
This commit is contained in:
parent
2b27e0ebdd
commit
a76aa1a0fa
1 changed files with 7 additions and 0 deletions
|
@ -6,4 +6,11 @@
|
||||||
file.append:
|
file.append:
|
||||||
- text: systemctl unmask suricata
|
- text: systemctl unmask suricata
|
||||||
|
|
||||||
|
# Make settings persistent using bind-dirs
|
||||||
|
bind_suricata_logs:
|
||||||
|
file.append:
|
||||||
|
- name: /rw/config/qubes-bind-dirs.d/50_user.conf
|
||||||
|
- text: "binds+=( '/var/log/suricata/' )"
|
||||||
|
- makedirs: True
|
||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue