Merge pull request #10668 from Security-Onion-Solutions/centos

CentOS Stream Support
This commit is contained in:
Mike Reeves
2023-07-19 10:41:38 -04:00
committed by GitHub
36 changed files with 767 additions and 466 deletions

View File

@@ -12,12 +12,8 @@ mysqlpkgs:
pkg.installed:
- skip_suggestions: False
- pkgs:
{% if grains['os'] != 'Rocky' %}
{% if grains['oscodename'] == 'bionic' %}
{% if grains['os_family'] != 'RedHat' %}
- python3-mysqldb
{% elif grains['oscodename'] == 'focal' %}
- python3-mysqldb
{% endif %}
{% else %}
- python3-mysqlclient
{% endif %}