From 28dc4907755c48d171362e6352e930f9d60abef5 Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Wed, 15 Mar 2023 16:58:52 -0400 Subject: [PATCH] Re-Work IDSTOOLS --- salt/idstools/defaults.yaml | 2 +- setup/so-functions | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/salt/idstools/defaults.yaml b/salt/idstools/defaults.yaml index f9f4da55c..2d81c80e5 100644 --- a/salt/idstools/defaults.yaml +++ b/salt/idstools/defaults.yaml @@ -2,4 +2,4 @@ idstools: config: urls: [] ruleset: ETOPEN - oinkcode: \ No newline at end of file + oinkcode: "" \ No newline at end of file diff --git a/setup/so-functions b/setup/so-functions index 78033bda5..e11542639 100755 --- a/setup/so-functions +++ b/setup/so-functions @@ -1362,8 +1362,7 @@ idstools_pillar() { printf '%s\n'\ "idstools:"\ " config:"\ - " ruleset: '$RULESETUP'"\ - " oinkcode: '$OINKCODE'"\ + " oinkcode: ''"\ " urls: []"\ " sids:"\ " enabled: []"\