mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Update packages.sls
This commit is contained in:
@@ -50,41 +50,37 @@ commonpkgs:
|
|||||||
pkg.installed:
|
pkg.installed:
|
||||||
- skip_suggestions: True
|
- skip_suggestions: True
|
||||||
- pkgs:
|
- pkgs:
|
||||||
- wget
|
|
||||||
- jq
|
|
||||||
- tcpdump
|
|
||||||
- httpd-tools
|
|
||||||
- net-tools
|
|
||||||
- curl
|
- curl
|
||||||
- sqlite
|
- device-mapper-persistent-data
|
||||||
- fuse
|
- fuse
|
||||||
- fuse3
|
|
||||||
- fuse-overlayfs
|
|
||||||
- fuse-libs
|
- fuse-libs
|
||||||
- fuse3-libs
|
- fuse-overlayfs
|
||||||
- fuse-common
|
- fuse-common
|
||||||
|
- fuse3
|
||||||
|
- fuse3-libs
|
||||||
|
- git
|
||||||
|
- httpd-tools
|
||||||
|
- jq
|
||||||
|
- lvm2
|
||||||
{% if GLOBALS.os == 'CentOS Stream' %}
|
{% if GLOBALS.os == 'CentOS Stream' %}
|
||||||
- MariaDB-devel
|
- MariaDB-devel
|
||||||
{% else %}
|
{% else %}
|
||||||
- mariadb-devel
|
- mariadb-devel
|
||||||
{% endif %}
|
{% endif %}
|
||||||
- python3-dnf-plugin-versionlock
|
- net-tools
|
||||||
- nmap-ncat
|
- nmap-ncat
|
||||||
- yum-utils
|
|
||||||
- device-mapper-persistent-data
|
|
||||||
- lvm2
|
|
||||||
- openssl
|
- openssl
|
||||||
- git
|
- python3-dnf-plugin-versionlock
|
||||||
- python3-docker
|
- python3-docker
|
||||||
- python3-m2crypto
|
- python3-m2crypto
|
||||||
- rsync
|
|
||||||
- python3-rich
|
|
||||||
- python3-pyyaml
|
|
||||||
- python3-watchdog
|
|
||||||
- python3-packaging
|
- python3-packaging
|
||||||
|
- python3-pyyaml
|
||||||
|
- python3-rich
|
||||||
|
- python3-watchdog
|
||||||
|
- rsync
|
||||||
|
- sqlite
|
||||||
|
- tcpdump
|
||||||
- unzip
|
- unzip
|
||||||
- fuse
|
- wget
|
||||||
- fuse-libs
|
- yum-utils
|
||||||
- fuse-overlayfs
|
|
||||||
- fuse-common
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
Reference in New Issue
Block a user