Run so-rule-update when it changes

This commit is contained in:
Josh Brower
2025-04-14 08:04:46 -04:00
parent 96e99fc442
commit 00029e6f83

View File

@@ -55,6 +55,7 @@ so-idstools:
{% endif %} {% endif %}
- watch: - watch:
- file: idstoolsetcsync - file: idstoolsetcsync
- file: idstools_sbin_jinja
delete_so-idstools_so-status.disabled: delete_so-idstools_so-status.disabled:
file.uncomment: file.uncomment:
@@ -76,6 +77,7 @@ run_so-rule-update:
- require: - require:
- docker_container: so-idstools - docker_container: so-idstools
- onchanges: - onchanges:
- file: idstools_sbin_jinja
- file: idstoolsetcsync - file: idstoolsetcsync
- file: synclocalnidsrules - file: synclocalnidsrules
- order: last - order: last