From 1aae89edca693e51b22c408772da9631664fc2be Mon Sep 17 00:00:00 2001 From: 12ww1160 <12ww1160@confdroid.com> Date: Sun, 5 Apr 2026 16:56:55 +0200 Subject: [PATCH] OP#563 fix package name --- manifests/params.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/params.pp b/manifests/params.pp index 605e4ba..cbe8c7c 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -22,7 +22,7 @@ ############################################################################## class confdroid_selinux::params ( - Array[String] $sx_reqpackages = ['selinux-policy','policycoreutils','setroubleshoot-server','policycoreutils-python'], + Array[String] $sx_reqpackages = ['selinux-policy','policycoreutils','setroubleshoot-server','policycoreutils-python-utils'], String $sx_pkg_ensure = 'latest', String $sx_selinux_status = 'enforcing', String $sx_selinux_type = 'targeted',