diff --git a/salt/common/packages.sls b/salt/common/packages.sls index fc5190b9d..bb4af8aa8 100644 --- a/salt/common/packages.sls +++ b/salt/common/packages.sls @@ -64,7 +64,33 @@ commonpkgs: - python3-watchdog - python3-packaging - unzip - - fuse3 - - fuse-overlayfs - - fuse3-libs + +{% elif GLOBALS.os == 'CentOS Stream' %} +commonpkgs: + pkg.installed: + - skip_suggestions: True + - pkgs: + - wget + - jq + - tcpdump + - httpd-tools + - net-tools + - curl + - sqlite + - mariadb-devel + - python3-dnf-plugin-versionlock + - nmap-ncat + - yum-utils + - device-mapper-persistent-data + - lvm2 + - openssl + - git + - python3-docker + - python3-m2crypto + - rsync + - python3-rich + - python3-pyyaml + - python3-watchdog + - python3-packaging + - unzip {% endif %}