mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 01:32:47 +01:00
hold openssl version
This commit is contained in:
@@ -91,7 +91,6 @@ vimconfig:
|
|||||||
alwaysupdated:
|
alwaysupdated:
|
||||||
pkg.latest:
|
pkg.latest:
|
||||||
- pkgs:
|
- pkgs:
|
||||||
- openssl
|
|
||||||
- openssh-server
|
- openssh-server
|
||||||
- bash
|
- bash
|
||||||
- skip_suggestions: True
|
- skip_suggestions: True
|
||||||
|
|||||||
@@ -46,6 +46,12 @@ python-rich:
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if GLOBALS.os_family == 'RedHat' %}
|
{% if GLOBALS.os_family == 'RedHat' %}
|
||||||
|
|
||||||
|
holdversion_openssl:
|
||||||
|
pkg.held:
|
||||||
|
- name: - openssl
|
||||||
|
- version: 1:3.0.7-16.0.1.el9_2
|
||||||
|
|
||||||
commonpkgs:
|
commonpkgs:
|
||||||
pkg.installed:
|
pkg.installed:
|
||||||
- skip_suggestions: True
|
- skip_suggestions: True
|
||||||
@@ -65,7 +71,7 @@ commonpkgs:
|
|||||||
- mariadb-devel
|
- mariadb-devel
|
||||||
- net-tools
|
- net-tools
|
||||||
- nmap-ncat
|
- nmap-ncat
|
||||||
- openssl
|
- openssl: 1:3.0.7-16.0.1.el9_2
|
||||||
- procps-ng
|
- procps-ng
|
||||||
- python3-dnf-plugin-versionlock
|
- python3-dnf-plugin-versionlock
|
||||||
- python3-docker
|
- python3-docker
|
||||||
@@ -79,4 +85,7 @@ commonpkgs:
|
|||||||
- unzip
|
- unzip
|
||||||
- wget
|
- wget
|
||||||
- yum-utils
|
- yum-utils
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
Reference in New Issue
Block a user