mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
add m2crypto
This commit is contained in:
@@ -41,18 +41,12 @@ trusttheca:
|
|||||||
- name: /etc/ssl/certs/intca.crt
|
- name: /etc/ssl/certs/intca.crt
|
||||||
- text: {{ trusttheca_text }}
|
- text: {{ trusttheca_text }}
|
||||||
|
|
||||||
{% if grains['os'] != 'Rocky' %}
|
|
||||||
# Install packages needed for the sensor
|
# Install packages needed for the sensor
|
||||||
m2cryptopkgs:
|
m2cryptopkgs:
|
||||||
pkg.installed:
|
pkg.installed:
|
||||||
- skip_suggestions: False
|
- skip_suggestions: False
|
||||||
- pkgs:
|
- pkgs:
|
||||||
{% if grains['oscodename'] == 'bionic' %}
|
|
||||||
- python-m2crypto
|
|
||||||
{% elif grains['oscodename'] == 'focal' %}
|
|
||||||
- python3-m2crypto
|
- python3-m2crypto
|
||||||
{% endif %}
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
influxdb_key:
|
influxdb_key:
|
||||||
x509.private_key_managed:
|
x509.private_key_managed:
|
||||||
|
|||||||
Reference in New Issue
Block a user