remove old and install new watchdog package

This commit is contained in:
m0duspwnens
2023-08-25 08:55:00 -04:00
parent 3a0590f950
commit 4a489afb89
2 changed files with 8 additions and 2 deletions

View File

@@ -21,7 +21,6 @@ commonpkgs:
- python3-dateutil - python3-dateutil
- python3-docker - python3-docker
- python3-packaging - python3-packaging
- python3-watchdog
- python3-lxml - python3-lxml
- git - git
- rsync - rsync
@@ -78,7 +77,6 @@ commonpkgs:
- python3-packaging - python3-packaging
- python3-pyyaml - python3-pyyaml
- python3-rich - python3-rich
- python3-watchdog
- rsync - rsync
- sqlite - sqlite
- tcpdump - tcpdump

View File

@@ -47,6 +47,14 @@ filestream_config:
FILESTREAMCONFIG: {{ STRELKAMERGED.filestream.config }} FILESTREAMCONFIG: {{ STRELKAMERGED.filestream.config }}
# Filecheck Section # Filecheck Section
remove_old_watchdog:
pkg.removed:
- name: python3-watchdog
install_watchdog:
pkg.installed:
- name: securityonion-python39-watchdog
filecheck_logdir: filecheck_logdir:
file.directory: file.directory:
- name: /opt/so/log/strelka - name: /opt/so/log/strelka