Skip to content

Commit

Permalink
Merge pull request #11295 from Security-Onion-Solutions/issue/11229
Browse files Browse the repository at this point in the history
dont manage sorules
  • Loading branch information
m0duspwnens authored Sep 12, 2023
2 parents 9968d69 + 30c3255 commit 6fdd7b3
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions salt/idstools/sync_files.sls
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,6 @@ rulesdir:
- group: 939
- makedirs: True

SOrulesdir:
file.directory:
- name: /opt/so/rules/nids/sorules
- user: 939
- group: 939
- makedirs: True

# Don't show changes because all.rules can be large
synclocalnidsrules:
file.recurse:
Expand All @@ -42,13 +35,3 @@ synclocalnidsrules:
- group: 939
- show_changes: False
- include_pat: '[email protected]'

# Don't show changes because all.rules can be large
syncnidsSOrules:
file.recurse:
- name: /opt/so/rules/nids/sorules
- source: salt://idstools/sorules/
- user: 939
- group: 939
- show_changes: False
- include_pat: '[email protected]'

0 comments on commit 6fdd7b3

Please sign in to comment.