Update packages.sls

This commit is contained in:
Doug Burks
2023-07-24 07:10:48 -04:00
committed by GitHub
parent 563bf2ff3a
commit e2fe04dadc

View File

@@ -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 %}