add pkg policycoreutils-python-utils to idh node

This commit is contained in:
m0duspwnens
2024-05-10 11:46:00 -04:00
parent cec75ba475
commit 950c68783c
2 changed files with 8 additions and 0 deletions

View File

@@ -11,6 +11,8 @@ idh_sshd_selinux:
- sel_type: ssh_port_t
- prereq:
- file: openssh_config
- require:
- file: python_selinux_mgmt_tools
{% endif %}
openssh_config:

View File

@@ -15,3 +15,9 @@ openssh:
- enable: False
- name: {{ openssh_map.service }}
{% endif %}
{% if grains.os_family == 'RedHat' %}
python_selinux_mgmt_tools:
pkg.installed:
- name: policycoreutils-python-utils
{% endif %}