From 1bd5972265567ac33b50ac912c659a2b679310d8 Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Tue, 17 Apr 2018 16:54:50 -0400 Subject: [PATCH] IDSTools Module - update conf locations --- salt/idstools/etc/rulecat.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/salt/idstools/etc/rulecat.conf b/salt/idstools/etc/rulecat.conf index 7affb6621..c2bd6307d 100644 --- a/salt/idstools/etc/rulecat.conf +++ b/salt/idstools/etc/rulecat.conf @@ -1,6 +1,6 @@ --suricata-version 4.0 --merged=/opt/so/rules/nids/all.rules --local=/opt/so/rules/nids/local.rules ---disable=disable.conf ---enable=enable.conf ---modify=modify.conf +--disable=/opt/so/idstools/etc/disable.conf +--enable=/opt/so/idstools/etc/enable.conf +--modify=/opt/so/idstools/etc/modify.conf