hold openssl version

This commit is contained in:
m0duspwnens
2023-10-02 10:36:17 -04:00
parent 19232124f2
commit cd8a74290b
2 changed files with 10 additions and 2 deletions

View File

@@ -91,7 +91,6 @@ vimconfig:
alwaysupdated:
pkg.latest:
- pkgs:
- openssl
- openssh-server
- bash
- skip_suggestions: True

View File

@@ -46,6 +46,12 @@ python-rich:
{% endif %}
{% if GLOBALS.os_family == 'RedHat' %}
holdversion_openssl:
pkg.held:
- name: - openssl
- version: 1:3.0.7-16.0.1.el9_2
commonpkgs:
pkg.installed:
- skip_suggestions: True
@@ -65,7 +71,7 @@ commonpkgs:
- mariadb-devel
- net-tools
- nmap-ncat
- openssl
- openssl: 1:3.0.7-16.0.1.el9_2
- procps-ng
- python3-dnf-plugin-versionlock
- python3-docker
@@ -79,4 +85,7 @@ commonpkgs:
- unzip
- wget
- yum-utils
{% endif %}