diff --git a/salt/idstools/etc/disable.conf b/salt/idstools/etc/disable.conf index 9eb69575e..33f7e0ae6 100644 --- a/salt/idstools/etc/disable.conf +++ b/salt/idstools/etc/disable.conf @@ -1,5 +1,4 @@ {% set disabled_sids = salt['pillar.get']('idstools:sids:disabled', {}) -%} - # idstools - disable.conf # Example of disabling a rule by signature ID (gid is optional). diff --git a/salt/idstools/etc/enable.conf b/salt/idstools/etc/enable.conf index 3f965541f..36f95fbc4 100644 --- a/salt/idstools/etc/enable.conf +++ b/salt/idstools/etc/enable.conf @@ -1,5 +1,4 @@ {% set enabled_sids = salt['pillar.get']('idstools:sids:enabled', {}) -%} - # idstools-rulecat - enable.conf # Example of enabling a rule by signature ID (gid is optional).