From 00029e6f83792623b97ab7242f1fab3e267b63d6 Mon Sep 17 00:00:00 2001 From: Josh Brower Date: Mon, 14 Apr 2025 08:04:46 -0400 Subject: [PATCH] Run so-rule-update when it changes --- salt/idstools/enabled.sls | 2 ++ 1 file changed, 2 insertions(+) diff --git a/salt/idstools/enabled.sls b/salt/idstools/enabled.sls index 5e4c4c066..8c8b46589 100644 --- a/salt/idstools/enabled.sls +++ b/salt/idstools/enabled.sls @@ -55,6 +55,7 @@ so-idstools: {% endif %} - watch: - file: idstoolsetcsync + - file: idstools_sbin_jinja delete_so-idstools_so-status.disabled: file.uncomment: @@ -76,6 +77,7 @@ run_so-rule-update: - require: - docker_container: so-idstools - onchanges: + - file: idstools_sbin_jinja - file: idstoolsetcsync - file: synclocalnidsrules - order: last